Hello guys,
wow, just managed to create an awd with BSP...  So much fun! =) Thanks
away3d team!

Now I would like to add some simple models that do not need any
collision detection.
Should I add the models in preFab anyway, or better import them and
add them to the scene?

When importing the model an adding it to the scene ...
_view.scene.addChild(myModel);
... it is displayed, but moves with the player's position. I guess
this it because the "room" itself is moved, right?

I also tried adding the model to the tree...
_tree.addChild(myModel);
... but then the model is not displayed.

What would be the correct way to do this?

Thanks in advance,
Stefan

Reply via email to