forked from trent_larson/crowd-funder-for-time-pwa
play with sizing, and stop bobbing and rotation
This commit is contained in:
4
src/components/World/systems/controls.js
vendored
4
src/components/World/systems/controls.js
vendored
@@ -6,8 +6,8 @@ function createControls(camera, canvas) {
|
||||
|
||||
//enable controls?
|
||||
controls.enabled = true;
|
||||
controls.autoRotate = true;
|
||||
controls.autoRotateSpeed = 0.2;
|
||||
controls.autoRotate = false;
|
||||
//controls.autoRotateSpeed = 0.2;
|
||||
|
||||
// control limits
|
||||
// It's recommended to set some control boundaries,
|
||||
|
||||
Reference in New Issue
Block a user