C# Class TressFXLib.Formats.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)
Inheritance: IHairFormat
Afficher le fichier Open project: kennux/TressFXUnity

Méthodes publiques

Méthode Description
Export ( BinaryWriter writer, string path, Hair hair ) : void
Import ( BinaryReader reader, string path, Hair hair, HairImportSettings importSettings ) : HairMesh[]

Method Details

Export() public méthode

public Export ( BinaryWriter writer, string path, Hair hair ) : void
writer System.IO.BinaryWriter
path string
hair Hair
Résultat void

Import() public méthode

public Import ( BinaryReader reader, string path, Hair hair, HairImportSettings importSettings ) : HairMesh[]
reader System.IO.BinaryReader
path string
hair Hair
importSettings HairImportSettings
Résultat HairMesh[]