FACT++  1.0
void BasicGlCamera::setAutoscaleLowerLimit ( float  val)

Definition at line 326 of file BasicGlCamera.cc.

References autoRefresh, and fScaleLimit.

327  {
328  fScaleLimit = val;
329  if (isVisible() && autoRefresh)
330  updateGL();
331  }