phaser/src/renderer/webgl
2018-03-19 13:45:00 +00:00
..
pipelines The ForwardDiffuseLightPipeline now uses sys.lights instead of the Scene variable to avoid errors due to injection removal. 2018-03-12 12:55:09 +00:00
shaders Added inverted alpha to bitmap mask 2018-02-23 14:09:27 -03:00
index.js Modified WebGLPipeline and it's child classes to make them easier to generate custom Pipelines. Added functions to WebGLPipeline to modify uniforms. Exposed Renderer namespace for usage outside the engine 2018-03-05 11:29:48 -03:00
Utils.js Removed the read of constant values from the WebGLRenderingContext object. Now they are read from an instance of webgl context. 2018-02-19 17:49:17 -03:00
WebGLPipeline.js jsdoc fixes and additions 2018-03-19 13:45:00 +00:00
WebGLRenderer.js Fixed camera y 2018-03-16 15:47:14 +00:00