Three.js rotation over it's own axis

前端 未结 2 972
心在旅途
心在旅途 2021-01-01 08:13

I\'ve been trying to create a spaceship in a 3D space. It flies straight forward. You can change direction by rolling the spaceship and tip the nose up and down.

Whe

2条回答
  •  执笔经年
    2021-01-01 08:41

    You don't have to understand quaternions for this - simply take a look here:

    Three.js - Rotating a sphere around a certain axis

    more than one simple solution!

提交回复
热议问题