Page 1 of 1

Model Offsets

Posted: Fri Apr 04, 2008 2:36
by deded007
There should be offsets on models just in case someone manages a 114 frame model with the origin in the center so most of the model is under the floor. something like this Offset <X>,<Y>,<Z>


"Offset 0,0,32" OR "Offset 0 0 32"

Posted: Fri Apr 04, 2008 8:28
by Graf Zahl
Uh...
else if (sc.Compare("zoffset"))
{
sc.MustGetFloat();
smf.zoffset=sc.Float;
}