File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,12 @@ <h3>[property:TextureCube envMap]</h3>
172172 of the env texture. TextureCubes created with default settings are correctly configured;
173173 if adjusting texture parameters manually, ensure minFilter is set to one of the MipMap options,
174174 and that mip maps have not been otherwise forcibly disabled.</ p >
175+ < p >
176+ Note: only [link:https://threejs.org/docs/#api/textures/CubeTexture cube environment maps] are supported
177+ for MeshStandardMaterial. If you want to use an equirectangular map you will need to use the
178+ [link:https://github.com/mrdoob/three.js/blob/dev/examples/js/loaders/EquirectangularToCubeGenerator.js EquirectangularToCubeGenerator].
179+ See this [link:https://threejs.org/examples/webgl_materials_envmaps_exr.html example] for details.
180+ </ p >
175181
176182 < h3 > [property:Float envMapIntensity]</ h3 >
177183 < p > Scales the effect of the environment map by multiplying its color.</ p >
You can’t perform that action at this time.
0 commit comments