#include <GltfForwardTranslator.hpp>
openstudio::model::GltfForwardTranslator::GltfForwardTranslator |
( |
| ) |
|
bool openstudio::model::GltfForwardTranslator::createTriangleGLTF |
( |
const path & |
outputPath | ) |
|
bool openstudio::model::GltfForwardTranslator::createTriangleGLTFFromPoint3DVector |
( |
const path & |
outputPath | ) |
|
std::vector<LogMessage> openstudio::model::GltfForwardTranslator::errors |
( |
| ) |
const |
bool openstudio::model::GltfForwardTranslator::loadGLTF |
( |
const path & |
inputPath, |
|
|
const path & |
inputNonEmbededpath |
|
) |
| |
bool openstudio::model::GltfForwardTranslator::modelToGLTF |
( |
const Model & |
model, |
|
|
const path & |
outputPath |
|
) |
| |
bool openstudio::model::GltfForwardTranslator::modelToGLTF |
( |
const Model & |
model, |
|
|
std::function< void(double)> |
updatePercentage, |
|
|
const path & |
outputpath |
|
) |
| |
std::vector<LogMessage> openstudio::model::GltfForwardTranslator::warnings |
( |
| ) |
const |