- addModel
size_t addModel(Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
- addShader
void addShader(string shaderName, ShaderProgram shader)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTexture
void addTexture(string textureName, Texture texture)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeModel
void removeModel(size_t modelId)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeShader
void removeShader(string shaderName)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeTexture
void removeTexture(string textureName)
Undocumented in source. Be warned that the author may not have intended to support it.
Represents a Scene with Models