depthBiasClamp property

double depthBiasClamp

Implementation

double get depthBiasClamp => js_util.getProperty(this, 'depthBiasClamp');
void depthBiasClamp=(double newValue)

Implementation

set depthBiasClamp(double newValue) {
  js_util.setProperty(this, 'depthBiasClamp', newValue);
}