Page 1 of 1

collision in *.3ds map?

Posted: Sat May 28, 2005 4:20 am
by sugarhigh
I'm sure this is possible with A LOT of code
i.e. something like:

Code: Select all

if (playerMeshLocation >= whatever coord)
{
movePlayerMesh(-1,0,0)
}
for each coordinate in the map mesh but how would you do this similar to the example7 with the q3 map. I have no problem with q3 mapping except i don't know of any other mapping programs besides q3radiant, gtkradiant, or any other variant that REQUIRES Q3 which I don't have. So basically what I'm asking is can I use the same method as in example7 but instead of pointing to a *.bsp in the *.pk3 file, could you load a *.3ds mesh instead?

Posted: Sun May 29, 2005 8:18 am
by bearSoft
yes -but u do that exactly as with a quake map -eg
node= smgr->addOctTreeSceneNode(mesh->getMesh(0));
..however- using a 3ds mesh is more demanding and a big mesh would need a good pc

Posted: Tue May 31, 2005 11:43 pm
by sugarhigh
Okay thanks for the reply but I'm starting to hate .3ds but althoguh I said .3ds specifically I really meant any format but okay. thank you.