Game Development Community

Torque X (Mixing 2D and 3D)

by Matthew Findlater · in Torque Game Engine · 10/02/2008 (6:07 pm) · 4 replies

Hello,

We just decided on a game idea in my game development class and we have to research some engines. We'd like to use TorqueX but we need to know if it possible to use 3D models in a game with TorqueX(2D)? Only thing we need support for really is rotating and rendering a 3D model. The rest of our game will be 2D.

Thanks

About the author

Recent Threads


#1
10/02/2008 (6:09 pm)
It should be possible, especially since it has a 3d plug-in...
#2
10/03/2008 (12:06 pm)
Yes. You will be coding the render order, etc in C#. You just need to keep your 3D models bound to a single plane.
#3
10/03/2008 (8:10 pm)
Ok, thanks a lot.
#4
10/03/2008 (8:54 pm)
Ok, thanks a lot.