Game Development Community

Projections

by Sadistyk · in General Discussion · 06/06/2007 (2:08 pm) · 1 replies

Hello. I played the demos made with Torque Game Engine and I saw that they were made using a front view (like a FPS). Is it possible to do games with an orthographical projection (RPG isometric style) with the Torque Game Engine?

About the author

Recent Threads


#1
06/06/2007 (2:56 pm)
You would have to implement the Advanced Camera resource, which requires C++ coding changes. But there are a number of teams that have done it.