708
edits
(well, this is one thing I can answer (again ;-)) |
No edit summary |
||
Line 157: | Line 157: | ||
EDIT: Forgot to ask, how to fix the rotation of the hexagon.dae? Iritscen told me once, but I didn't make note of it. [[User:EdT|EdT]] 17:28, 7 December 2008 (CET) | EDIT: Forgot to ask, how to fix the rotation of the hexagon.dae? Iritscen told me once, but I didn't make note of it. [[User:EdT|EdT]] 17:28, 7 December 2008 (CET) | ||
:Open hexagon.dae in a text editor, search for 'rotation_z', and you should be taken to nearly the end of the file. Set the fourth rotation_z number to 180 (probably best to leave the trailing zeroes after the decimal), and set rotation_x's fourth number to 90. --[[User:Iritscen|iritscen]] 17:59, 7 December 2008 (CET) | :Open hexagon.dae in a text editor, search for 'rotation_z', and you should be taken to nearly the end of the file. Set the fourth rotation_z number to 180 (probably best to leave the trailing zeroes after the decimal), and set rotation_x's fourth number to 90. --[[User:Iritscen|iritscen]] 17:59, 7 December 2008 (CET) | ||
Image paths: OniSplit is OK in this case, the dae file is wrong, it contains full paths. You can open it in a text editor and fix the paths (you need to simply remove the D:\Oni\hexagon\ portion of the path). I'll update the zip file too. | |||
Rotation: the dae file contained in the above zip is already rotated. | |||
To explain a bit what's up with the rotation: it's likely that hexgon was created in a tool where the Z axis points up. The Collada file should contain the <up_axis>Z_UP</up_axis> setting but this particular file doesn't have it. Even if you have Z_UP in your file OniSplit doesn't always work correctly with Z_UP for now. | |||
[[User:Neo|Neo]] |
edits