Skip to content

Commit 52420d2

Browse files
committed
Update example code to use setTypeFromRenderer
1 parent 4f71f96 commit 52420d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/atmosphere/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,8 @@ composer.addPass(
180180
)
181181
)
182182

183-
// PrecomputedTexturesLoader defaults to loading single-precision float
184-
// textures. Check for OES_texture_float_linear and load the appropriate one.
185183
const texturesLoader = new PrecomputedTexturesLoader()
184+
texturesLoader.setTypeFromRenderer(renderer)
186185
texturesLoader.load('/assets', textures => {
187186
Object.assign(skyMaterial, textures)
188187
sunLight.transmittanceTexture = textures.transmittanceTexture

0 commit comments

Comments
 (0)