Static shape Collison?
by frostwind · in Torque 3D Beginner · 09/27/2013 (12:37 pm) · 1 replies
datablock StaticShapeData(BasicShapeData)
{
shapeFile = "base/shapes/testshape.dts"
};
new StaticShape()
{
dataBlock = "BasicShapeData";
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
};
How can I make my shape have a collision box?
{
shapeFile = "base/shapes/testshape.dts"
};
new StaticShape()
{
dataBlock = "BasicShapeData";
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
};
How can I make my shape have a collision box?
Torque Owner Richard Ranft
Roostertail Games
Also, see the documentation block for StaticShape in source/T3D/staticShape.cpp: