Jump to content

Recommended Posts

Posted

Actually, this is kind of normal for the auto-exposure effect. It blends with the previous frame color, but if it's the first frame rendered, all it has is a black color to start with. It might be better if I detect the first frame and just use the current color, but there will still be some color adjustment at the beginning as the frames average out.

Let's build cool stuff and have fun. :)

Posted

I went back to view your video again, but it is no longer available. I recommend using YouTube or another service for posting videos.

Let's build cool stuff and have fun. :)

  • Solution
Posted

I added a FirstRender uniform int that gets set to 1 the first time a post-processing effect is added to a camera, or if the camera has been hidden or had its projection mode changed. Also modified the exposure control shader so if FirstRender is 1 it doesn't blend with the previous value. I believe this will provide the result you are expecting.

Will be included in the next build.

Let's build cool stuff and have fun. :)

Posted
Quote

I went back to view your video again, but it is no longer available. I recommend using YouTube or another service for posting videos.

 

  • Thanks 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...