Game Development Community

TGE Questions

by Ryan Zec · in Torque Game Engine · 09/09/2003 (11:40 am) · 3 replies

I will most likely be coming back and forth here to ask question becuase i am start a major project.

My first question is what file are used to render the water with torque. I want to try to improve what the water looks like.

#1
09/09/2003 (11:41 am)
Try a find in files for 'water' perhaps?
#2
09/09/2003 (11:46 am)
Would waterblock.cc/.h be where and the water in render?
#3
09/09/2003 (1:10 pm)
The files you need are located in the 'terrain' folder of the Torque project. More specifically the files that directly relate to water are the following:

fluid
fluidQuadTree
fluidRender
fluidSupport
waterBlock

This may not be a complete list of all the files that deal with water rendering however, so keep that in mind.