C# Class TressFXLib.Formats.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.
Inheritance: TFXBFormat
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[]