Hi everyone,
How many types of Mesh we do have?
I found out that there is more type of Mesh than just Polygon Mesh.
Such as SkinnedMesh, InstancedMesh, MeshLine,…
Thanks,
Q
Hi everyone,
How many types of Mesh we do have?
I found out that there is more type of Mesh than just Polygon Mesh.
Such as SkinnedMesh, InstancedMesh, MeshLine,…
Thanks,
Q
To be very exact (mind, most of these are not really all that handy in practice when created manually):
Material.skinning
for animations. For security reasons consider cloning with SkeletonUtils.clone.)Ordered approximately in terms of usefulness.
Thanks @mjurczyk for very detail answer.
I am working on how to extract information of a glTF model.
This could help me a lot!
Thank you!
Q.