Problem with triangle selector

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
zprg
Competition winner
Posts: 30
Joined: Tue Jul 31, 2012 12:29 pm
Location: Germany

Re: Problem with triangle selector

Post by zprg »

aanderse wrote:
>...why don't you just use the bounding box triangle selector via ISceneManager::createTriangleSelectorFromBoundingBox?

hey thx aanderse! i tried createOctreeTriangleSelector and createTriangleSelector, both work only with the half of polyvoxmesh,
but the createTriangleSelectorFromBoundingBox works.
Post Reply