Naming Conventions

From Moviesandbox

(Difference between revisions)
Jump to: navigation, search

Fiezi (Talk | contribs)
(New page: Moviesandbox sometimes looks for specific naming conventions in some of its functionality, for example to import two sides of a milkscanned TGA file or to connect kinect skeleton data. Her...)
Next diff →

Revision as of 04:32, 16 November 2011

Moviesandbox sometimes looks for specific naming conventions in some of its functionality, for example to import two sides of a milkscanned TGA file or to connect kinect skeleton data. Here is a list of the conventions you should be aware of:

Bone naming conventions

Following the OPENNI bone names:

HEAD
NECK
LEFT_SHOULDER
LEFT_ELBOW
LEFT_HAND
RIGHT_SHOULDER
RIGHT_ELBOW
RIGHT_HAND
TORSO
LEFT_HIP
RIGHT_HIP
LEFT_KNEE
LEFT_FOOT
RIGHT_KNEE
RIGHT_FOOT


Moviesandbox is lenient in capitalization Left_Knee is the same as left_knee and LEFT_KNEE - all will work.

Importing TGA files

Moviesandbox will automatically look for a file of the same name plus "_back", load it and interpret it as the backside of your TGApointcloud import. Like this:

astronaut.tga
astronaut_back.tga

will be put together into one complete drawing!

cosmonaut.tga
cosmonaut_back_2.tga

will unfortunately not work, as I am looking for _back just before the file name extension...

Personal tools
Moviesandbox for UT2004