* The color of the ambient occlusion. Set to `null` to disable. * * @type {Color}
()
| 403 | */ |
| 404 | |
| 405 | get color() { |
| 406 | |
| 407 | return this.uniforms.get("color").value; |
| 408 | |
| 409 | } |
| 410 | |
| 411 | set color(value) { |
| 412 |
nothing calls this directly
no test coverage detected