How to display NxOgre::Actor in Ogre??

spe02001

13-11-2009 07:55:57

How to display NxOgre::Actor in Ogre??
(BloodyMess)

Is it has some demos for NxOgre::Actor ??

spacegaier

13-11-2009 10:38:08

You can't display Actors as they are nothing visible but only an imaginary construct (a bit like the SceneNodes in Ogre). Actors are responsible for all the physics that is happening, but in order to make them visiable you have to use a Body (which is basically an Actor plus a visualization). BloodyMess therefore comes with predefined classes in the Ogre3DRendersystem to provide this functionality.

Best have a look at the tutorials I wrote in the NxOgre Portal..