1. 10 1月, 2012 4 次提交
  2. 07 1月, 2012 3 次提交
  3. 06 1月, 2012 2 次提交
    • A
      Added flag to SpotLight for showing shadow map camera. · 55c95ea2
      alteredq 提交于
      Sidenote: these extra verbose Closure warnings are starting to pay off - I keep catching subtle bugs (like missing dependencies in rarely used code corners).
      55c95ea2
    • A
      Refactored shadow maps to store shadow parameters and data in SpotLight. · 49f14b8e
      alteredq 提交于
      This allows to have different shadow map parameters for different lights, also it's easier to access parameters for tweaking / debugging.
      
      Changes:
      
      renderer.shadowMapWidth    => spotLight.shadowMapWidth
      renderer.shadowMapHeight   => spotLight.shadowMapHeight
      
      renderer.shadowMapBias     => spotLight.shadowBias
      renderer.shadowMapDarkness => spotLight.shadowDarkness
      
      renderer.shadowCameraNear  => spotLight.shadowCameraNear
      renderer.shadowCameraFar   => spotLight.shadowCameraFar
      renderer.shadowCameraFov   => spotLight.shadowCameraFov
      
      Also added new uniform type "v2v" for array of Vector2 (to support per-light sizes of shadow maps).
      49f14b8e
  4. 05 1月, 2012 1 次提交
  5. 04 1月, 2012 6 次提交
  6. 03 1月, 2012 4 次提交
  7. 02 1月, 2012 7 次提交
  8. 01 1月, 2012 1 次提交
  9. 28 12月, 2011 1 次提交
  10. 27 12月, 2011 3 次提交
  11. 21 12月, 2011 5 次提交
  12. 16 12月, 2011 1 次提交
  13. 13 12月, 2011 1 次提交
  14. 11 12月, 2011 1 次提交