Zoom max limit increased from 100 to 250
This commit is contained in:
parent
808c43cb4b
commit
9b3ff9b1cf
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public:
|
||||||
|
|
||||||
void look_at(const Vec3d& position, const Vec3d& target, const Vec3d& up);
|
void look_at(const Vec3d& position, const Vec3d& target, const Vec3d& up);
|
||||||
|
|
||||||
double max_zoom() const { return 100.0; }
|
double max_zoom() const { return 250.0; }
|
||||||
double min_zoom() const;
|
double min_zoom() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue