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