OcclusionTextureInfo class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
index
→ GltfRef<Texture>
-
The reference to the texture.
finalinherited
-
root
→ GltfRoot
-
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
strength
→ double
-
A scalar parameter controlling the amount of occlusion applied.
final
-
texCoord
→ int?
-
This integer value is used to construct a string in the format
TEXCOORD_<set index>
, which is a reference to a key in
mesh.primitives.attributes
(e.g. a value of 0
corresponds to TEXCOORD_0
).
finalinherited