Game Development Community

TSShapeConstructor datablock not showing up in level editor

by Zachary Zwiebel · in Torque Game Builder · 08/28/2007 (1:06 pm) · 0 replies

So I'm trying to learn how to use 3d shapes in the level editor and I was able to follow the tutorial about creating them and placing them in the scene just fine. But that tutorial has no info on how to use animations, so I went to the TDN and found something here: http://tdn.garagegames.com/wiki/Torque_2D/T2D_3DShapes

It seems a bit outdated, but the only part I need is the animation datablock. So I made a TSShapeConstructor datablock with all the proper paths to my dsq's (I'm using the soldier model provided in that tutorial), but the datablock doesn't show up in the level editor. I made a t2dSceneObjectDatablock datablock and that one shows up just fine, and both datablocks are in the same file. What gives?