Interactive3dPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- Interactive3dPlatform
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selectionStream
→ Stream<
List< EntityData> > -
Stream to receive selection changes.
no setter
Methods
-
loadEnvironment(
String iblPath, String skyboxPath) → Future< void> - Method to load the environment.
-
loadModel(
String modelPath, Map< String, ByteData> resources) → Future<void> -
Method to load the model.
resourcesis empty for .glb models and populated for .gltf models. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
verify(
Interactive3dPlatform instance) → void -
Ensures that the platform instance was constructed with a non-
consttoken that matches the provided token and throws AssertionError if not.override