terrain = smgr->addTerrainMesh(terrain,texture,heightmap,
core::dimension2d< f32 >(10.0f,10.0f),
/*it says theres a parse error on this line -->*/ f32 200.0f,
core::dimension2d< s32 >(64,64));
i just dont understand!!!
problem with simple code
-
- Posts: 92
- Joined: Sat Nov 29, 2003 8:30 pm
- Contact:
Try this:
Code: Select all
terrain = smgr->addTerrainMesh (terrain,texture,heightmap,
core::dimension2d< f32 >(10.0f,10.0f), 200.00, core::dimension2d< s32 >(64,64));