| 5 | #include "rapidjson/writer.h" |
| 6 | |
| 7 | GLTF::Material::Material() { |
| 8 | this->values = new GLTF::Material::Values(); |
| 9 | this->type = GLTF::Material::MATERIAL; |
| 10 | } |
| 11 | |
| 12 | GLTF::Material::~Material() |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected