{
  "name": "@exercise/3d-clear-depth",
  "version": "1.0.0",
  "main": "server.js",
  "dependencies": {},
  "scripts": {
    "start": "node server.js"
  },
  "readme": "# Clearing the depth buffer\n\n## Exercise\n\nFor this exercise you should set the clear depth to `0.65` and then clear the depth buffer.\n\n## Clearing the depth buffer\n\nLike the color buffer, the drawing buffer can also be cleared.  Instead of using `gl.clearColor`, to set the value of the depth buffer you do:\n\n```javascript\ngl.clearDepth(depthValue)\n```\n\nWhere `depthValue` is the value to clear the depth buffer to.  The default depth is `0.0`",
  "readmeFilename": "README.md",
  "description": "## Exercise",
  "_id": "@exercise/3d-clear-depth@1.0.0",
  "_shasum": "d614fc1b8207dbc81705e9101c9d0d32a8461f8f",
  "_from": "exercises/3d-clear-depth",
  "_resolved": "file:exercises/3d-clear-depth"
}
