1. 05 1月, 2013 1 次提交
    • O
      Fix bug in DirectionalLightHelper · 82dd6c5a
      Oliver Sand 提交于
      If light.target.properties.targetInverse is false, no targetLine and
      targetSphere is created, we can't update their values on update()!
      82dd6c5a
  2. 04 1月, 2013 14 次提交
  3. 03 1月, 2013 18 次提交
  4. 02 1月, 2013 2 次提交
    • A
      WebGLDeferredRenderer: added API for injecting postprocessing effects into... · b051d7e1
      alteredq 提交于
      WebGLDeferredRenderer: added API for injecting postprocessing effects into deferred rendering pipeline.
      b051d7e1
    • A
      WebGLDeferredRenderer: trying to fix AreaLights. · 4a976331
      alteredq 提交于
      The problem this tries to address is - how to incorporate surface normals into diffuse term area light calculations. The original approach completely ignored surface normals, which resulted in both light shining on backfaces and lit surfaces not showing any shading. This made prettier empty box with very soft look but anything inside the box had completely flat diffuse term.
      
      Not yet fully solved. I tried myriad variants, all methods I could come up with had some problems. This one for example breaks down when the light emitter area intersects object triangle :S.
      
      Also fixed handling of vertex colors for emissive term and tried a bit closer match with shininess strength between area lights and other light types, though this is tricky, seems it would require some non-linear mapping.
      4a976331
  5. 01 1月, 2013 3 次提交
  6. 31 12月, 2012 2 次提交