SceneManager:RegisterPostEffect

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxRegisterPostEffect( * The absolute scene coordinates of the center of the effect.
  • A 32bpp BITMAP screen should be drawn centered on the above scene location in the final framebuffer. Ownership is NOT transferred!
  • The intensity level this effect should have when blended in post.
  • 0 - 255. )
Description:
Registers a post effect to be added at the very last stage of 32bpp rendering by the FrameMan.
ReturnsNone.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools