googlearchive / vrview

Library for embedding immersive media into traditional websites.
http://developers.google.com/cardboard/vrview
Apache License 2.0
1.71k stars 1.09k forks source link

use scale.copy instead of scale.set #205

Closed tommytee closed 7 years ago

tommytee commented 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

tommytee commented 7 years ago

should i not update package.json? (and package-lock.json)