C# Class CryEngine.RC.FbxConverter

Provides utilities for the conversion of FBX meshes into interim formats processed by the CryENGINE resource compiler;
ファイルを表示 Open project: returnString/CryEngine.RC

Public Methods

Method Description
ToCollada ( Mesh mesh, FileInfo outputFile ) : void

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

Method Details

ToCollada() public static method

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.
return void