Search found 1 match
- Wed Sep 23, 2009 7:23 pm
- Forum: Bug reports
- Topic: [no bug] Maybe Bug in ISceneNode->setParent() ?
- Replies: 1
- Views: 607
[no bug] Maybe Bug in ISceneNode->setParent() ?
Hi, I think there is a bug in the method ISceneNode::setParent. To reproduce the bug you can use the collision example. You can insert the follow code: scene::ISceneNode* camchild = smgr->addCubeSceneNode(100); camchild->setPosition(core::vector3df(0,0,200)); camchild->setParent(camera); With the Ve...