Game Development Community

Included tools

by Mike G.M. · in Torque Game Engine · 01/28/2004 (1:36 pm) · 2 replies

Are the all of stuff used in TGE are existing in the downloadable SDK as prebuilt binary files(i.e. exporters and convertors), or they must be compiled and built with VC++, and then is there a full documentation in chm or pdf format included by SDK?.

#1
01/28/2004 (2:22 pm)
If you want the latest tools/example app you have to build them yourself. The latest on the site for download is from 1.2.

There is no CHM or PDF documentation available. Doxygen pukes on the attempt, unfortunately, especially on PDF. You're welcome to get Doxygen and generate your own docs as needed.
#2
01/28/2004 (7:29 pm)
Very thanks for answer.