cesium-threejs-experiment icon indicating copy to clipboard operation
cesium-threejs-experiment copied to clipboard

about three.js vision

Open Ltyro opened this issue 6 years ago • 1 comments

The function lookAt() in the Object3D in revision 88 and above of three.js has been changed, so there caught a problem that mesh can't be seen. then I modified: "centerHigh = new THREE.Vector3(centerHigh.x, centerHigh.y, centerHigh.z)" at line 205 in CesiumThree.js .and it works. After all, Cartesian3 can't be used as Vector3 at all situations.

Ltyro avatar Apr 11 '18 09:04 Ltyro

revision 88 - 95 it works.

96

lvisei avatar Apr 10 '21 16:04 lvisei