Name |
Description |
AseFormat |
Ascii scene exporter file format implementation. This file format can only get imported, not exported. Important Note: The ASE File Format does not specify hairsimulation parameters, so after importing the ase data the simulation parameters must get prepared manually in order to do a correct import! TODO: Re-implement! (ATM just Quick'n'Dirty code) |
TFXBFormat |
TressFX Binary (TFXB) file format implementation. This format is available for import and export. This file format implementation does __NOT__ contain import logic for amd's TFXB file. Unity TressFX uses a slightly modified version, because the data amd's exporter exported couldnt be read into c# easily. |
UTFXFormat |
The unity tressfx format was implemented in order to create an own format for the unity tressfx implementation and add some additional parameters to the rendering and simulation. |
WavefrontObjFormat |
Wavefront OBJ importer Important Note: The Wavefront obj File Format does not specify hairsimulation parameters, so after importing the ase data the simulation parameters must get prepared manually in order to do a correct import! TODO: Re-implement! (ATM just Quick'n'Dirty code) |
WavefrontObjFormat.Line |
|