20,517
edits
m (link fix) |
m (+integrate) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{integrate|1=Actually it's linked from the talk page: [https://web.archive.org/web/20160224202204/http://oni.bungie.org/forum/viewtopic.php?id=2423]. This is old but should be appraised for useful information.<br>Also see suggestions on talk page for restructuring, but note they are older than the latest additions to this page.}} | |||
This article covers the importing of new character models into Oni, but also how to export models from Oni. Generally speaking, you are going to want to use [[wp:COLLADA|COLLADA]] as the "passthrough" format between your 3D program and Oni. In this article, COLLADA is referred to as "Collada" (because who enjoys being shouted at?), or as a ".dae file" (the file suffix for COLLADA). | This article covers the importing of new character models into Oni, but also how to export models from Oni. Generally speaking, you are going to want to use [[wp:COLLADA|COLLADA]] as the "passthrough" format between your 3D program and Oni. In this article, COLLADA is referred to as "Collada" (because who enjoys being shouted at?), or as a ".dae file" (the file suffix for COLLADA). | ||
| Line 120: | Line 121: | ||
"Schema validation (Error): Error: ERROR_REQUIRED_ATTRIBUTE_MISSING Element: technique, Attribute: sid" | "Schema validation (Error): Error: ERROR_REQUIRED_ATTRIBUTE_MISSING Element: technique, Attribute: sid" | ||
Solution: Open the .dae file in a text editor, find all instances of <tt><technique></tt> and replace with <tt><technique sid="common"></tt> | Solution: Open the .dae file in a text editor, find all instances of <tt><technique></tt> and replace with <tt><technique sid="common"></tt>. | ||
==Poses== | ==Poses== | ||