Jump to content

Missing the outline in the editor within all projects


Andy90
 Share

Go to solution Solved by Josh,

Recommended Posts

Wait, now we are talking about refraction? Is this image looking through a transparent surface, or just having refraction enabled makes the whole screen dark?

That doesn't look like a new project...

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

I also discovered something very interesting. Calling textureSamples() in GLSL reveals that a 1x MSAA texture actually stores two samples.

That means the engine is currently doing a lot of extra works because 2x MSAA is always enabled, or at least some aspects of it are, at the very least extra post-processing expense and memory bandwidth. So if I use rectangle textures or something, instead of 1x MSAA, it should be faster when MSAA is disabled.

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

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.

 Share

×
×
  • Create New...