• B
    add unbiased mode to the MSAA render pass. (#8930) · bb5600fd
    Ben Houston (Clara.io) 提交于
    * add unbiased mode to the MSAA render pass.
    
    * clearer code.
    
    * better comment.
    
    * cleanup code.  fix bug of using "camera", instead of "this.camera"
    
    * fix more places were "camera" is used instad of "this.camera" -- it worked because example declared "camera" as a global.
    
    * reduce light intensity.
    
    * add PerspectiveCamera.clearViewOffset() per @mrdoob's recommendation.
    bb5600fd
files.js 8.9 KB