Phaser v4.0.0 Beta 6 #7049
photonstorm
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Additions
Layer
.RenderTexture
to automatically re-render.DynamicTexture#preserve()
allows you to keep the command buffer for reuse after rendering.DynamicTexture#callback()
allows you to run callbacks during command buffer execution.RenderTexture.setTextureMode()
allows you to set the RenderTexture to automatically re-render during the render loop.Fixes and Eliminations
roundPixels
handling in many places, mostly by removing it from irrelevant situations.TransformMatrix#setQuad
parameterroundPixels
, as it is no longer used.ignoreDestroy
is enabled. This supports multi-owner Filter controllers.Shader
.Shader#setTextures()
now replaces the texture array, rather than adding to it.SpriteGPULayer#getMember()
, which previously multiplied the index by 4.flipX
/flipY
inFilter#focusFilters
.BatchHandlerQuad#run()
parametertintFill
, which was set as a Number but should be used as a Boolean.Camera#preRender()
.This discussion was created from the release Phaser v4.0.0 Beta 6.
Beta Was this translation helpful? Give feedback.
All reactions