Essentials Series/Custom Models: Difference between revisions

Content added Content deleted
(Add warning for DAE imports about red channel in vertex colors)
(→‎Exporting as Other Formats: Correction about .dae model importing bug)
Line 23: Line 23:
This method works when exporting from any 3d editor. The most common formats are OBJ, FBX and DAE, all of which are supported by IP. Do not use OBJ for importing a model with vertex colors as the file format does not support it.
This method works when exporting from any 3d editor. The most common formats are OBJ, FBX and DAE, all of which are supported by IP. Do not use OBJ for importing a model with vertex colors as the file format does not support it.


'''Note''': There is a bug with AssimpNet, the library Industrial Park uses to import models, with DAE imports—the red channel for all vertices is set to 1. Therefore it is recommended to use FBX for models with vertex colors.
'''Note''': There is a bug with AssimpNet, the library Industrial Park uses to import models, with DAE imports—the red channel for all vertices is overwritten by the alpha channel. Therefore it is recommended to use FBX for models with vertex colors.


=== Importing to the game ===
=== Importing to the game ===