setClear method
Implementation
void setClear(double depth) {
  if (currentDepthClear != depth) {
    gl.clearDepth(depth);
    currentDepthClear = depth;
  }
}void setClear(double depth) {
  if (currentDepthClear != depth) {
    gl.clearDepth(depth);
    currentDepthClear = depth;
  }
}