Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

about three.js vision #4

Open
Ltyro opened this issue Apr 11, 2018 · 1 comment
Open

about three.js vision #4

Ltyro opened this issue Apr 11, 2018 · 1 comment

Comments

@Ltyro
Copy link

Ltyro commented Apr 11, 2018

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.

@lvisei
Copy link

lvisei commented Apr 10, 2021

revision 88 - 95 it works.

96

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants