OptionalanimationsThe animations associated with the mesh. Optional property.
OptionalextraExtra transformations applied to the mesh. Optional property, default is an empty array.
OptionaljointsThe joints for the mesh. Optional property.
OptionalmaterialThe material applied to the mesh. Optional property.
The position of the mesh in 3D space.
OptionalrotationThe rotation of the mesh in 3D space, represented as a Vector3.
Optional property, default is [0, 0, 0].
OptionalrotationalThe rotational center of the mesh, represented as a Vector3.
Optional property.
OptionalscaleThe scale of the mesh, represented as a Vector3.
Optional property, default is [1, 1, 1].
The triangle vertices of the mesh, represented as an array of Vector3 objects.
OptionalvertexThe vertex joint indices, represented as an array of Vector4 objects.
Optional property.
The vertex normals of the mesh, represented as an array of Vector3 objects.
OptionalvertexUVsThe vertex UV coordinates of the mesh, represented as an array of Vector2 objects.
Optional property.
OptionalvertexThe vertex weights, represented as an array of Vector4 objects.
Optional property.
Options for initializing a WebaniMesh object.