Ignore:
Timestamp:
2015-01-14T11:50:09+13:00 (9 years ago)
Author:
bmt11
Message:
 
Location:
other-projects/nz-flag-design/trunk/render-3d/Flag_files
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/render-3d/Flag_files/OrbitControls.js

    r29475 r29686  
    4545
    4646    // Limits to how far you can dolly in and out
    47     this.minDistance = 800;
    48     this.maxDistance = 4500;
     47    this.minDistance = 1000;
     48    this.maxDistance = 9000;
    4949
    5050    // Set to true to disable this control
     
    6262    // How far you can orbit vertically, upper and lower limits.
    6363    // Range is 0 to Math.PI radians.
    64     this.minPolarAngle = Math.PI/4; // radians
     64    this.minPolarAngle = Math.PI/12; // radians
    6565    this.maxPolarAngle = Math.PI/2; // radians
    6666
Note: See TracChangeset for help on using the changeset viewer.