[SOLVED] How to create an actor without visual mesh

Xenomorph

12-04-2010 18:32:31

I was wondering if it is possible to just create an Actor without a body? If yes, how can I do that?

betajaen

12-04-2010 18:54:46

An Actor?

Xenomorph

12-04-2010 19:33:42

You know like a kinematicActor. I can't call this class directly because it's private.

betajaen

12-04-2010 19:41:56

Yes, then a KinematicActor.

mScene->createActor(...);
mScene->createKinematicActor(...);