Skip to content

Commit 51f0111

Browse files
committed
Update CHANGELOG.md
1 parent 12fc51e commit 51f0111

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ This Light2D pipeline, which is responsible for rendering lights under WebGL, ha
5555
* The pipeline now works with Game Objects that do not have a normal map. They will be rendered using the new default normal map, which allows for a flat light effect to pass over them and merge with their diffuse map colors.
5656
* Fixed a bug in the way lights were handled that caused Tilemaps to render one tile at a time, causing massive slow down. They're now batched properly, making a combination of lights and tilemaps possible again.
5757
* The Bitmap Text (Static and Dynamic) Game Objects now support rendering with normal maps.
58+
* Mesh and Quad Game Objects now support rendering with normal maps.
5859
* The Graphics Game Objects now support rendering in Light2d. You can even use normal map textures for the texture fills.
60+
* Particle Emitter Game Object now supports rendering in Light2d.
61+
* All Shape Game Objects (Rectangle, IsoBox, Star, Polygon, etc) now support rendering in Light2d.
62+
* The Text Game Object now supports rendering in Light2d, no matter which font, stroke or style it is using.
5963
* The pipeline will no longer look-up and set all of the light uniforms unless the `Light` is dirty.
6064
* The pipeline will no longer reset all of the lights unless the quantity of lights has changed.
6165
* The `ForwardDiffuseLightPipeline.defaultNormalMap` property has changed, it's now an object with a `glTexture` property that maps to the pipelines default normal map.

0 commit comments

Comments
 (0)