Replacing Torque's renderer
by Jason McIntosh · in Torque Game Engine · 02/15/2005 (12:46 pm) · 3 replies
I'm curious how easily someone could replace Torque's rendering engine and scene management.
For instance, could you plug in OGRE to handle rendering and thus gain the flexibility of its scene graph and various scene managers? The reliance on BSPs and a single landscape system seems a little rigid given the goal of maximum flexibility, so being able to use octrees and/or a paging landscape engine etc would be nice.
I do understand this would create a possible conflict of financial interests for GG (what with TSE coming and all), but has anyone considered this route?
For instance, could you plug in OGRE to handle rendering and thus gain the flexibility of its scene graph and various scene managers? The reliance on BSPs and a single landscape system seems a little rigid given the goal of maximum flexibility, so being able to use octrees and/or a paging landscape engine etc would be nice.
I do understand this would create a possible conflict of financial interests for GG (what with TSE coming and all), but has anyone considered this route?
About the author
#2
But ripping out the whole scene graph would be a much, much bigger adventure.
It would probably be a lot easier to make a new engine out of other components (TNL for networking, ODE for physics, Ogre for graphics/scene graph and so on) than it would be to try to cut Torque into managable independent bits.
02/15/2005 (1:22 pm)
It's easy enough to change the actual rendering - I was able to CG shaders to Torque in a weekend, well before TSE was released.But ripping out the whole scene graph would be a much, much bigger adventure.
It would probably be a lot easier to make a new engine out of other components (TNL for networking, ODE for physics, Ogre for graphics/scene graph and so on) than it would be to try to cut Torque into managable independent bits.
#3
Since I'm also tryng to hack shaders in Tge using the Cg runtime, is there any chance that you share your knowledge with a newbie like me ? :)
Thanks in advance :)
04/09/2005 (5:42 pm)
@MarkSince I'm also tryng to hack shaders in Tge using the Cg runtime, is there any chance that you share your knowledge with a newbie like me ? :)
Thanks in advance :)
Torque Owner Jeremy Alessi