Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Curtis's avatar
Curtis
Explorer
11 years ago

Image effects with Deferred Lighting?

Is there any way to get image effects working with deferred lighting? I just get pitch black.

I found this old thread:

viewtopic.php?f=37&t=102#p1397

but it seems out of date now.

Any help would be greatly appreciated! Thanks

10 Replies

Replies have been turned off for this discussion
  • Image effects seem to work with deferred lighting, but not if you render to a RenderTexture. Have you tried unchecking "Use Camera Texture"?
  • hmm, I can't seem to find "Use Camera Texture". I see "Target Texture" which is set to "None (Render Texture)"
  • Ah, ok I wasn't using the latest SDK.

    Works fine now! Thanks.
  • I don't seem to be able to use any Image Effects in Forward Rendering, it seems to stretch the display horizontally.
  • "sh0v0r" wrote:
    I don't seem to be able to use any Image Effects in Forward Rendering, it seems to stretch the display horizontally.


    I had a similar problem, unchecking "use camera texture" solved it for me.
  • "sh0v0r" wrote:
    I don't seem to be able to use any Image Effects in Forward Rendering, it seems to stretch the display horizontally.

    Yeah, we are aware of this, and have fixed it already. It will go out in the next release.
  • smx's avatar
    smx
    Honored Guest
    "cybereality" wrote:
    Use Camera Texture is on the OVRCameraController.



    The latest SDK doesn't seem to have this option. What to do now?
  • Isn't the solution to disable anti-aliasing in the quality settings, and apply it as an image effect. Along with your other image effects?
  • smx's avatar
    smx
    Honored Guest
    When I apply them to the cameras, they get dark.

    EDIT: It now works.