Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MeshStandardMaterial.html #11453

Merged
merged 1 commit into from
Jun 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/api/materials/MeshStandardMaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,11 @@ <h3>[property:Float emissiveIntensity]</h3>
<div>Intensity of the emissive light. Modulates the emissive color. Default is 1.</div>

<h3>[property:TextureCube envMap]</h3>
<div>The environment map. Default is null.</div>
<div>The environment map. Default is null. Note that in order for the material roughness
property to correctly blur out the environment map, the shader must have access to mipmaps
of the env texture. TextureCubes created with default settings are correctly configured;
if adjusting texture parameters manually, ensure minFilter is set to one of the MipMap options,
and that mip maps have not been otherwise forcibly disabled.</div>

<h3>[property:Float envMapIntensity]</h3>
<div>Scales the effect of the environment map by multiplying its color.</div>
Expand Down