Tips and Techniques

From Horde3D Wiki
Revision as of 10:57, 29 January 2009 by Pug (talk | contribs) (New page: ===General:=== #Try and make sure your geometry is a sealed mesh to avoid shadow artefacts. #If your exporting an existing model over to Horde, make sure you update the ".scene.xml" file, ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

General:

  1. Try and make sure your geometry is a sealed mesh to avoid shadow artefacts.
  2. If your exporting an existing model over to Horde, make sure you update the ".scene.xml" file, as often even minor adjustments for example the smoothing angle on the phong shader will result in a different batchCount.
  3. Material defined double sided polygons are currently unsupported, you will need to duplicate, flip and merge.
  4. Depending on your Collada exporter you may need to manually triangulate your model.


Modo specific:

  1. Colladamodo Build 19 exporter from SourceForge will crash unless you save your work first! however this is the current recommended plugin.
  2. After exporting you may need to edit your DAE file in a program such as notepad to modify the up axis, from Z_UP to Y_UP (line 14) - current limitation of Build 19 (24/01/09).