utility.config

Defines the static class Config, which handles all configuration options.

Members

Classes

Config
class Config

Static class which handles the configuration options and YAML interactions.

Functions

constructAmbientLight
Light constructAmbientLight(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
constructConv
T constructConv(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
constructDirectionalLight
Light constructDirectionalLight(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
constructPointLight
Light constructPointLight(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
constructQuaternion
quat constructQuaternion(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
constructVector2
vec2 constructVector2(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
constructVector3
vec3 constructVector3(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta