I've seen 3D objects and what they can do, but is it possible to make a 3D game with the 3D Mesh object?
Printable View
I've seen 3D objects and what they can do, but is it possible to make a 3D game with the 3D Mesh object?
not true 3d no. you could simulate it though.
How would you use multiple objects and movement and all of that with 3D Mesh? Is it even possible?
The OpenGL extensions provide a useful and fast rendering surface for 3D games...
Oh ok! I'll try it... Any starter examples...?
uhm, AFAIK there are plenty of OpenGL examples that come with the extensions they should be placed inside your mmf2\examples folder... I'll have a look around my machine today as I think I downloaded some other sources in the past...
You could do a Fixed camera games with 3D Mesh like first Resident Evils, Nocturne, Blair Witch Project...
I've never heard of those games, but then I took a look and saw what it was and YES! This is exactly what I'm trying to accomplish... but I have no clue how. :/
Never heard of Resident Evil? For shame!
I'd offer my insight but I haven't got around to messing with the 3D mesh stuff yet, I've been more wrapped up in mobile development and furthering my physics sandbox.
Examples for 3D Mesh are rather self explanatory - it only loads 3D Model which needs to be properly premade. Rest of environment are actives/backgrounds which are prerendered.