Author Topic: Hat help  (Read 405 times)

What is the mount point for a hat?

i believe you would just use $HeadSlot

So i would name the joint HeadSlot?

you would name the joint mountPoint, and you would mount the .dts to "$HeadSlot"

This is from my Gas Mask:
Code: [Select]
datablock ShapeBaseImageData(GasmaskMaskImage)
{
  shapeFile = "./Gasmask.dts";
  emap = true;
  mountPoint = $HeadSlot;
  offset = "0 0 0"; //Change this to position the model on the head, viewed in third person.
  eyeOffset = "0 0 -0.05"; //Change this to position the model in first person.
  rotation = eulerToMatrix("0 0 0");
  eyeRotation = eulerToMatrix("0 0 0");
  scale = "1 1 1";
  correctMuzzleVector = true;
  doColorShift = false;
  colorShiftColor = "1 1 1 1";
  hasLight = false;
   doRetraction = false;

};
« Last Edit: June 27, 2012, 03:49:10 PM by Aware »