BBMOD_BaseRenderer.present

A function defined in BBMOD_BaseRenderer.gml

present()

Description

Presents the rendered graphics on the screen, with post-processing applied (if BBMOD_BaseRenderer.PostProcessor is defined).

Returns

Struct.BBMOD_BaseRenderer Returns self.

Note

If BBMOD_BaseRenderer.UseAppSurface is false, then this only draws the gizmo and selected instances. The world matrix is automatically set to identity before drawing the surfaces and then reset back.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.