Game Development Community

Alpha2 3D Shapes Docs Typos Bug

by Mayor McCheese · in Torque Game Builder · 12/31/2005 (4:47 am) · 1 replies

In both the pdfs and TDN of the 3dshapes docs:

%shape = new t2dShapeObject() { scenegraph = t2dScene; };
%shape.setShape("./models/soldier.dts");

it should read:

%shape = new t2dShape3D() { scenegraph = t2dScene; };
%shape.setShape("./models/reinstatedsoldier.dts");

I now have a flying soldier in the space demo ^_^.

#1
12/31/2005 (6:26 am)
Thank you very much; I've just changed the doco. :)

- Melv.