C# Класс CryEngine.RC.FbxConverter

Provides utilities for the conversion of FBX meshes into interim formats processed by the CryENGINE resource compiler;
Показать файл Открыть проект

Открытые методы

Метод Описание
ToCollada ( Mesh mesh, FileInfo outputFile ) : void

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

Описание методов

ToCollada() публичный статический Метод

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.
Результат void