C:\irrlicht\examples\leveltest\main.cpp(174) : error C2039: 'ISceneManager' : is not a member of 'ITerrainSceneNode'
C:\IRRLICHT\INCLUDE\ITerrainSceneNode.h(17) : see declaration of 'ITerrainSceneNode'
C:\irrlicht\examples\leveltest\main.cpp(174) : error C2039: 'ISceneManager' : is not a member of 'ITerrainSceneNode'
C:\IRRLICHT\INCLUDE\ITerrainSceneNode.h(17) : see declaration of 'ITerrainSceneNode'
C:\irrlicht\examples\leveltest\main.cpp(174) : error C2653: 'ISceneManager' : is not a class or namespace name
C:\irrlicht\examples\leveltest\main.cpp(174) : error C2039: 'addTerrainSceneNode' : is not a member of 'ITerrainSceneNode'
C:\IRRLICHT\INCLUDE\ITerrainSceneNode.h(17) : see declaration of 'ITerrainSceneNode'
C:\irrlicht\examples\leveltest\main.cpp(174) : error C2065: 'null' : undeclared identifier
C:\irrlicht\examples\leveltest\main.cpp(176) : error C2664: 'addTerrainSceneNode' : cannot convert parameter 2 from 'class irr::scene::ICameraSceneNode *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
I didn't get what the "camera ID" was supposed to be so I used the camera node in the second parameter, what am I supposed to do?
________ List Of Bmw Engines
Last edited by disanti on Tue Feb 22, 2011 7:56 am, edited 1 time in total.
the second parameter is supposed to be a number. if u want to recieve events for this GUI element, the ID number of the event will be the same as the ID number u put here. If you dont care, just use -1
furthermore, your other arguments arent correct either.