-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Description
I think I found a bug about your SkinnedMesh (tested on iPhone 6 & 8).
If this is already reported, I'm sorry, I didn't find it in the issue list :(
It seems the gpu skinning is not working correctly and getting crazy on mobile.
When a SkinnedMesh is moving or moved at high value positions (ex: x:0, y:0, z:1000), the skinning is not accurate anymore and starts spider dance.
The scale of the mesh is affecting the bug. Bigger the scale is, lesser the bug.
It seems the skeleton bones values are not calculated correctly at each frame and the bonesTexture/bonesMatrix on the skinning shader is pushing vertices at wrong place.
This is just my feeling of course.
I ran many tests before posting this... looking for a clue in my animated exports but I found the bug is happening with any kind of formats (GLTF, FBX, Collada, JSON, ...) and models from ThreeJS repo.
That's very annoying because that means we are unable to develop a simple runner game with an avatar running (avatar.position.z increasing then) without having this issue :((
I still don't know how I'll manage it as morphTargets is not an option :(
Hope you guys can help here.
I made clear examples with clean source to expose the problem. It's quite easy to verify it on a smart phone:
Appearing only on mobile (z=10000):
http://cornflex.org/webgl/skinning-bug.html
With floatVertexTextures set to false (z=10000):
http://cornflex.org/webgl/skinning-bug2.html
Getting worse with distance (z increasing):
http://cornflex.org/webgl/skinning-bug3.html
Very very far from center (z=70000000) > bug also appearing on desktop but certainly due to float precision issue:
http://cornflex.org/webgl/skinning-bug4.html
Video Preview in my game environment:
This is a realistic scale world (1.0m = 1.0 threejs unit).
Bug is appearing only after 50-60m from scene root and getting worse with distance:
http://cornflex.org/webgl/skin-bug.mp4
VERY IMPORTANT
The mesh used from the ThreeJS repo is way too big. It's like 20m tall.
That's why the z value has to be bigger to see the bug.
If this mesh is scaled down at realistic size, then the bug starts to appear even at 100m.
Three.js version
- Dev
- r89
- ...
Browser
- All of them
- Chrome
- Firefox
- Internet Explorer
- Safari
OS
- All of them
- Windows
- macOS
- Linux
- Android
- iOS
Hardware Requirements (graphics card, VR Device, ...)
iPhone 6, 8