Closed tommytee closed 7 years ago
issue https://github.com/googlevr/vrview/issues/204
tween.js can now be updated to the latest version.
also reason for https://github.com/googlevr/vrview/issues/122
scale is a Vector3 scale.set requires x,y,z values, not a another Vector3
https://threejs.org/docs/#api/math/Vector3
should i not update package.json? (and package-lock.json)
issue https://github.com/googlevr/vrview/issues/204
tween.js can now be updated to the latest version.
also reason for https://github.com/googlevr/vrview/issues/122
scale is a Vector3 scale.set requires x,y,z values, not a another Vector3
https://threejs.org/docs/#api/math/Vector3