C# Class CryEngine.RC.FbxConverter

Provides utilities for the conversion of FBX meshes into interim formats processed by the CryENGINE resource compiler;
Afficher le fichier Open project: returnString/CryEngine.RC

Méthodes publiques

Méthode Description
ToCollada ( Mesh mesh, FileInfo outputFile ) : void

Saves a specified FBX mesh to a CryENGINE-style Collada file.

Method Details

ToCollada() public static méthode

Saves a specified FBX mesh to a CryENGINE-style Collada file.
public static ToCollada ( Mesh mesh, FileInfo outputFile ) : void
mesh Mesh The mesh to save.
outputFile System.IO.FileInfo The name of the .dae file to which the mesh will be saved.
Résultat void