Browse Source

Removed PBRRenderer shadows reference into html part

clandrin 4 years ago
parent
commit
55983a8510
1 changed files with 0 additions and 1 deletions
  1. 0 1
      h3d/scene/pbr/Renderer.hx

+ 0 - 1
h3d/scene/pbr/Renderer.hx

@@ -655,7 +655,6 @@ class Renderer extends h3d.scene.Renderer {
 					<dt>Emissive</dt><dd><input type="range" min="0" max="2" field="emissive"></dd>
 					<dt>Occlusion</dt><dd><input type="range" min="0" max="2" field="occlusion"></dd>
 					<dt>Exposure</dt><dd><input type="range" min="-3" max="3" field="exposure"></dd>
-					<dt>Shadows</dt><dd><input type="checkbox" field="shadows"></dd>
 				</div>
 			</dl>
 			</div>