ENG New site

Site menu
Login form

Search
Donate
Our poll
What would you most like to see in the next version of SpaceEngine?
Total answers: 60212
Statistics


Now on site:
Total online: 1
Guests: 1
Users: 0

Today visited:

Blog

Main » 2014 » April » 4 » Oculus Rift support development update 2
09:52
Oculus Rift support development update 2
Made separate rendering of the GUI and the frame for Oculus Rift (so HDR, FXAA and so did not affect the GUI). But because the GUI texture resolution is bigger than its image on the final frame, there is undersampling of texture obtained, resulting in fine details flickering. Look at the lines of GUI window frame:



The same is true for the main frame texture (space) - Oculus warp shader compresses it on the edges. So, in theory, frame and GUI texture must be rendered with mipmapping enabled. I implemented generation of mipmap levels, and... got the soap ... I tried different filters, the simplest Box gives the best results, but still very blurry:

Box:



Lanczos:



Although Lanczos made better smoothing of broken lines. But fonts are horror... The best solution for them - Nearest Neighbor "filter" (almost equivalent to disabling mipmapping as in the first screenshot). But I can't render GUI windows and fonts separate!

Using mipmapping on the frame texture is not much affected final image quality, because first mipmap level visible only at the edges - in Oculus you must strongly squint your eyes to see this area.
Views: 3744 | Added by: SpaceEngineer | Rating: 5.0/2
Total comments: 2
1 MiD-AwE  
0 Spam
biggrin nice

2 ferrockel  
0 Spam
Spaceengine and can be used with the Oculus Rift?
If so, I need to do that?

Only registered users can add comments.
[ Registration | Login ]