Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Bug 1021: OVRSBSRenderer*: Add texture filtering parameter (details)
Commit 62bc3219736ea003e69d8a63dc4ce29841d4129e by Sven Gothel
Bug 1021: OVRSBSRenderer*: Add texture filtering parameter (bilinear/none), adjust FBO texture params (alpha, filtering); Demo: Pass all parameters w/ arguments, use sane good defaults.

Turns out that using bilinear texture filtering w/o multisampling is 'good enough' ..

- OVRSBSRenderer*:
  - Add texture filtering parameter (bilinear/none)

  - Adjust FBO texture params (alpha, filtering)
    No alpha needed in FBO sink/target!

- Demo: Pass all parameters w/ arguments, use sane good defaults.
The file was modifiedsrc/oculusvr/classes/com/jogamp/opengl/oculusvr/OVRSBSRendererSingleFBO.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/stereo/ovr/OVRDemo01.java (diff)
The file was modifiedsrc/oculusvr/classes/com/jogamp/opengl/oculusvr/OVRSBSRendererDualFBO.java (diff)