Page 1 of 1

Tutorial 3

Posted: Sat Aug 13, 2005 11:38 am
by TcKs
Hi,

I read the tutorial 3 and I don't know, how write these function into C#:

Code: Select all

virtual void OnPreRender(){
  if (IsVisible) SceneManager->registerNodeForRendering(this);

  ISceneNode::OnPreRender();
}
1) The class Irrlicht.Scene.ISceneNode does not have method "OnPreRender()".
2) The class Irrlicht.Scene.ISceneManager does not have method "registerNodeForRendering(ISceneNode node)".

How can I solve it?
Thanks.

Posted: Sat Aug 20, 2005 7:30 am
by Raedwulf
Looks like its not implemented in th .net version !
I checked the source code of the .net wrapper.