Browse Source

Fixed physical shading example controls include.

alteredq 13 years ago
parent
commit
6d4ded657e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/webgl_shading_physical.html

+ 2 - 0
examples/webgl_shading_physical.html

@@ -51,6 +51,8 @@
 		<script src="js/postprocessing/MaskPass.js"></script>
 		<script src="js/postprocessing/SavePass.js"></script>
 
+		<script src="js/controls/TrackballControls.js"></script>
+
 
 		<script src="js/Detector.js"></script>
 		<script src="js/libs/stats.min.js"></script>