Phaser v4.0.0 Beta 8 #7081
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
-
Changes
Additions
RenderWebGLStep
to take the currently rendering object list and index as parameters. This allows render methods to know their context in the display list, which can be useful for optimizing third-party renderers.nextTypeMatch
from Phaser v3, but is much more flexible.DynamicTexture#capture
, for rendering game objects more accurately and with greater control thandraw
.CaptureFrame
game object, which copies the current framebuffer to a texture when it renders. This is useful for applying post-processing prior to post.Fixes
RenderTexture
from rendering while it's rendering, thus preventing infinite loops.TilemapGPULayer
shader, introduced after switching to GL standard texture orientation.Filters#focusFilters
setting camera resolution too late, leading to unexpected results on the first frame.FillCamera
node being misaligned/missing in cameras rendering to framebuffers.This discussion was created from the release Phaser v4.0.0 Beta 8.
Beta Was this translation helpful? Give feedback.
All reactions