pmndrs / ecctrl

🕹️ A floating rigibody character controller
MIT License
564 stars 64 forks source link

How can I get character's real-time position, when I moving my character #88

Closed RayLee666 closed 3 months ago

RayLee666 commented 3 months ago

I tried to use ref on the model's ,but the position is vector3{x:0,y:0,z:0} and never changed

image image
RayLee666 commented 3 months ago

Apologies for the interruption. As I am new to these techniques, I am not yet familiar with them. However, I recently acquired knowledge of the getWorldPosition method, which effectively resolved the issue at hand. Thank you for sharing. nice pack~ 030