All examples By author By category About

dongli

Synchronize rotations of D3.js and Three.js (V1)

This example shows a failure case. The layers of D3.js and Three.js are not synchronized together. The rotation is calculated by using quaternion, which is better than Euler angles to provide more intuitive interaction. The Euler angles case can be found here.