* The pattern texture. Set to `null` to disable. * * @type {Texture}
()
| 595 | */ |
| 596 | |
| 597 | get patternTexture() { |
| 598 | |
| 599 | return this.uniforms.get("patternTexture").value; |
| 600 | |
| 601 | } |
| 602 | |
| 603 | set patternTexture(value) { |
| 604 |
nothing calls this directly
no test coverage detected