MCPcopy Create free account
hub / github.com/KhronosGroup/COLLADA2GLTF / Material

Method Material

GLTF/src/GLTFMaterial.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "rapidjson/writer.h"
6
7GLTF::Material::Material() {
8 this->values = new GLTF::Material::Values();
9 this->type = GLTF::Material::MATERIAL;
10}
11
12GLTF::Material::~Material()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected