* A color that overrides the scene colors. * * @type {Color | String | Number | null}
()
| 105 | */ |
| 106 | |
| 107 | get color() { |
| 108 | |
| 109 | return this.uniforms.get("color").value; |
| 110 | |
| 111 | } |
| 112 | |
| 113 | set color(value) { |
| 114 |
nothing calls this directly
no test coverage detected