'AddTestSceneNode' error

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Shayde
Posts: 1
Joined: Sat Aug 19, 2006 8:23 pm
Contact:

'AddTestSceneNode' error

Post by Shayde »

No matter if I try to use C# or VB.Net I get the same error on compile.

'AddTestSceneNode' is not a member of 'Irrlicht.Scene.ISceneManager'.

When I erase the AddTestSceneNode and browse the available choices AddTestSceneNode is not one of the available members.

Any Ideas?
shurijo
Posts: 148
Joined: Sat Feb 21, 2004 3:04 am

Post by shurijo »

AddTestSceneNode was renamed in version 1.1. Its called a Cube now.
Locked