Modeling3dReconstructPreviewConfig class

Model preview configuration for a 3D object reconstruction task.

Constructors

Modeling3dReconstructPreviewConfig({int textureMode = 0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textureMode int
Texture map mode. Check Modeling3dReconstructConstants.textureMode for more. Currently, only two modes are supported: normal mode and PBR mode. Preview is not supported for auto rigging.
final

Methods

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