* Indicates whether aspect correction is enabled. * * @type {Number} * @deprecated Adjust the texture's offset, repeat, rotation and center instead.
()
| 129 | */ |
| 130 | |
| 131 | get aspectCorrection() { |
| 132 | |
| 133 | return this.defines.has("ASPECT_CORRECTION"); |
| 134 | |
| 135 | } |
| 136 | |
| 137 | set aspectCorrection(value) { |
| 138 |
nothing calls this directly
no test coverage detected