ModelNode class
- Inheritance
-
- Object
- Object3DNode
- ModelNode
Constructors
- ModelNode([dynamic scope = ModelNode.VIEW_MATRIX])
Properties
Methods
-
generate(
[dynamic builder, dynamic output]) → dynamic -
inherited
-
getNodeType(
[dynamic builder, dynamic output]) → dynamic -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
[dynamic frame]) → dynamic -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- NORMAL_MATRIX → const String
- POSITION → const String
- VIEW_MATRIX → const String
- VIEW_POSITION → const String
- WORLD_MATRIX → const String