menu
three_js_advanced_loaders package
documentation
gltf/gltf_registry.dart
GLTFRegistry
add method
add method
dark_mode
light_mode
add
method
void
add
(
String
key
,
dynamic
object
)
Implementation
void add(String key, object) { objects[key] = object; }
three_js_advanced_loaders package
documentation
gltf/gltf_registry
GLTFRegistry
add method
GLTFRegistry class