8,452
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 1,064: | Line 1,064: | ||
===== | =====Oni tools addon===== | ||
{| border=0 cellpadding=0 align=right | {| border=0 cellpadding=0 align=right | ||
| exported warehouse TVs<br>[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/TRGV_Oni_to_ModTool.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/TRGV_Oni_to_ModTool_tn.png] | | exported warehouse TVs<br>[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/TRGV_Oni_to_ModTool.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/TRGV_Oni_to_ModTool_tn.png] | ||
|} | |} | ||
* release date: Christmas ? | * release date: Christmas ? | ||
* current content | |||
** Trigger volumes export/import | |||
** camera OBAN export (via drag and drop) | |||
Line 1,150: | Line 1,151: | ||
Those quaternions are sorted in X Y Z -W order, so we've to watch out a bit when setting the input for converting them to euler rotations in degrees. | Those quaternions are sorted in X Y Z -W order, so we've to watch out a bit when setting the input for converting them to euler rotations in degrees. | ||
If a newly created object (in this case a cube) shall serve as camera placeholder then the X output has to be multiplied by -1 and the Y output has to be reduced by -180. | If a newly created object (in this case a cube) shall serve as camera placeholder then the X output has to be multiplied by -1 and the Y output has to be reduced by -180. Those changes must repeated again when exporting the object's rotation to xml. | ||
Update: Sept. 29, 2012 | |||
If camera is a real one then the additional X and Y changes aren't necessary. (Primitive > Camera > ''any should do'') | |||
Positions and rotations keyframes can be applied to the camera root object. | |||
edits