NormalTextureInfo class
Material Normal Texture Info.
- Inheritance
-
- Object
- GltfNode
- TextureInfo
- NormalTextureInfo
Constructors
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
- scale → double
-
The scalar parameter applied to each normal vector of the texture.
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 inmesh.primitives.attributes
(e.g. a value of0
corresponds toTEXCOORD_0
).finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFlameTexture(
) → Texture -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited