How to use KeyboardControls with gltfjsx models

Hi everyone!

I followed a tutorial on how to use KeyboardControls, this is the repo for it: GitHub - wass08/r3f-physics

It worked great with the boxes, but when I tried it with a model generated using the gltfjsx it wouldn’t move.

Is there a different way to use the keyboard controls with those kind of models?

Thank you in advance :smiley:

it must work the same, if you drop a model into a rigidbody it will be part of the physics world and thereby affected by other objects and forces. i would try with a single object first, also consult the rapier and rt/rapier docs for more information.