Commit message (Expand) | Author | Age | |
---|---|---|---|
* | made point lights linear attenuation; also fixed point light depth bug | vjiaoblack | 2016-09-09 |
* | Added in Radial Shadows | vjiaoblack | 2016-09-09 |
* | made point light shadows | vjiaoblack | 2016-09-07 |
* | Optimizations and more documentation of SkShadowShader | vjiaoblack | 2016-08-31 |
* | Added distance attenuation and diffuse shading to PointLights | vjiaoblack | 2016-08-26 |
* | Made shadows blurry (thru implementing variance mapping) | vjiaoblack | 2016-08-25 |
* | Moved "drawShadowedPicture" call outside of if cases in onDrawContent. | vjiaoblack | 2016-08-16 |
* | Added PointLights to SkLights::Light | vjiaoblack | 2016-08-12 |
* | moved code into onDrawShadowedPic, only renders into shadow maps if needed | vjiaoblack | 2016-08-09 |
* | Making a sample for shadow maps for more intensive development | vjiaoblack | 2016-08-05 |