ShadowingTypes.html 507 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <script src="../../list.js"></script>
  6. <script src="../../page.js"></script>
  7. <link type="text/css" rel="stylesheet" href="../../page.css" />
  8. </head>
  9. <body>
  10. <h1>Shadowing Type Contants</h1>
  11. <h2>Shadow Map</h2>
  12. <div>
  13. THREE.BasicShadowMap<br />
  14. THREE.PCFShadowMap<br />
  15. THREE.PCFSoftShadowMap
  16. </div>
  17. <h2>Source</h2>
  18. [link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
  19. </body>
  20. </html>