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

NVBLAST_API
Nv::Blast::IFbxFileReader
NvBlastExtExporterCreateFbxFileReader ()
NVBLAST_API
Nv::Blast::IMeshFileWriter
NvBlastExtExporterCreateFbxFileWriter (bool outputFBXAscii=false)
NVBLAST_API
Nv::Blast::IMeshFileReader
NvBlastExtExporterCreateObjFileReader ()
NVBLAST_API
Nv::Blast::IMeshFileWriter
NvBlastExtExporterCreateObjFileWriter ()


Function Documentation

NVBLAST_API Nv::Blast::IFbxFileReader* NvBlastExtExporterCreateFbxFileReader (  ) 

Creates an instance of IFbxFileReader for reading fbx file.

NVBLAST_API 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.

NVBLAST_API Nv::Blast::IMeshFileReader* NvBlastExtExporterCreateObjFileReader (  ) 

Creates an instance of IMeshFileReader for reading obj file.

NVBLAST_API Nv::Blast::IMeshFileWriter* NvBlastExtExporterCreateObjFileWriter (  ) 

Creates an instance of IMeshFileWriter for writing obj file.