how to?

bravery

23-05-2006 14:25:40

I have create a scene with land and 3 balls in 3dsmax and I have loaded them correctly inside the OSceneLoader

my question is: how can I access my 2nd ball? I mean what is the methodology or functions that I can use to get the 2nd ball from my scene and controll it?

thanks in advance

BlasterN

23-05-2006 19:39:26

with the name of the SceneNode the same name of the object in 3dsmax.

SceneNode * SceneManager::getSceneNode (const String &name) const

bravery

25-05-2006 20:38:10

thanks that really work