MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / aspectCorrection

Method aspectCorrection

src/effects/TextureEffect.js:131–135  ·  view source on GitHub ↗

* Indicates whether aspect correction is enabled. * * @type {Number} * @deprecated Adjust the texture's offset, repeat, rotation and center instead.

()

Source from the content-addressed store, hash-verified

129 */
130
131 get aspectCorrection() {
132
133 return this.defines.has("ASPECT_CORRECTION");
134
135 }
136
137 set aspectCorrection(value) {
138

Callers

nothing calls this directly

Calls 3

setMethod · 0.80
deleteMethod · 0.80
setChangedMethod · 0.80

Tested by

no test coverage detected