sdk/extensions/exporter/include/NvBlastExtExporter.h File Reference

#include "NvBlastTypes.h"
#include "NvCTypes.h"

Go to the source code of this file.

Classes

struct  Nv::Blast::ExporterMeshData
class  Nv::Blast::IFbxFileReader
class  Nv::Blast::IMeshFileReader
class  Nv::Blast::IMeshFileWriter
struct  Nv::Blast::Material

Namespaces

namespace  Nv
namespace  Nv::Blast

Functions

Nv::Blast::IFbxFileReaderNvBlastExtExporterCreateFbxFileReader ()
Nv::Blast::IMeshFileWriterNvBlastExtExporterCreateFbxFileWriter (bool outputFBXAscii=false)
Nv::Blast::IMeshFileReaderNvBlastExtExporterCreateObjFileReader ()
Nv::Blast::IMeshFileWriterNvBlastExtExporterCreateObjFileWriter ()


Function Documentation

Nv::Blast::IFbxFileReader* NvBlastExtExporterCreateFbxFileReader (  ) 

Creates an instance of IFbxFileReader for reading fbx file.

Nv::Blast::IMeshFileWriter* NvBlastExtExporterCreateFbxFileWriter ( bool  outputFBXAscii = false  ) 

Creates an instance of IMeshFileWriter for writing fbx file.

Parameters:
[in] outputFBXAscii If true writes fbx in ascii format otherwise write in binary.

Nv::Blast::IMeshFileReader* NvBlastExtExporterCreateObjFileReader (  ) 

Creates an instance of IMeshFileReader for reading obj file.

Nv::Blast::IMeshFileWriter* NvBlastExtExporterCreateObjFileWriter (  ) 

Creates an instance of IMeshFileWriter for writing obj file.