Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
We really want to use the new Terrain node features of irrEdit 0.7. We are getting an error message of "Could not create scene node of unknown type: terrain" when we load and run the example.irr after adding a terrain node. Here are our steps: 1) Got clean copies of Irrlicht 1.3 and IrrEdit 0.7. 2) We load and run successfully the Irrlicht example code 15.LoadIrrFile. This loads the example.irr file in Irrlicht's media directory. 3) Open this example.irr file with IrrEdit 0.7 and click the new Terrain button accepting the default heightmap. 4) Save the .irr file and run the example code 15. When run this gives the error noted above. We have tried both Irrlicht 1.2 and 1.3. We also tried to test with irrEdit 0.5 and 0.6, but they would not load on our system. Can anybody reproduce this? Does anybody have any ideas what we are doing wrong? As a further question, does anybody know if the terrain nodes will work with Irrlicht 1.2? Jeff |
||||
|
Irrlicht 1.3 (from SDK) propably doesn't support terrain scene nodes. The SVN version of Irrlicht looks like it does :) |
||||
|
Hi, irrlicht 1.3 was not able to (de)serialize terrain. That's why I included the source of the irrlicht engine version in the irrEdit package, that one is able to do this. You can also use the latest version from svn, if you prefer that. EDIT: Kurak was a minute faster than me :) |
||||
|
|