Does WebGL support Skinned Meshes on PC and Mac?
yes
Great! Thanks.
Skinned meshes are supported, but due to lack of Compute Shaders on the web, they will run a bit slower than on other platforms. This is because skinning will be computed on the CPU in web builds, whereas on other builds with more modern graphics API available they will be computed on the GPU.
1 Like