Black render of glb model

Hello! I am trying to replace the robot character with mine. Here is a working fiddle: https://jsfiddle.net/q30eybp4/
I replaced the animations’ names accordingly, however it renders a black screen and I don’t know what I forgot to do (there are no errors in console). Here is my current approach: https://jsfiddle.net/al21al/wtb1p58g/
Any idea on what I did wrong ?

Your scene never renders. You have commented out the call of animate(); in the onLoad() callback.

Fixed fiddle: https://jsfiddle.net/rza69p3w/

1 Like

Big thank you!