Go to the documentation of this file.
19 #ifndef OST_GFX_EXPORTER_HH
20 #define OST_GFX_EXPORTER_HH
24 namespace ost {
namespace gfx {
42 virtual void NodeEnd(
const std::string& name) {}
46 virtual void WriteVertexData(
const float* v,
const float* n,
const float* c,
const float* t,
47 size_t stride,
size_t count) {}
50 virtual void WriteTriData(
const unsigned int* ijk,
size_t count) {}