OVR Overlay Equirect - Quest Only?
Hey All, Is the OVR Overlay Equirect shape only available on the Oculus Quest? Asking because it currently doesn't work in editor on our PC and the Rift docs don't mention it, but the quest docs do. If it's not available on PC, is there a reason and will it be in the future? As a follow up, we are attempted to create a background for a loading scene but when we create cubemaps it appears we are very far off the ground, I was hoping to solve this issue using equirect shape, is there any other way to solve this? Currently working in Unity 2019.3, URP 7.2 and latest Oculus plugin (19.1) Thanks, Colton579Views0likes0CommentsHighest quality 360 video in Rift and Gear VR created with Unity, what is possible, what do we know?
Honestly I am confused when it comes to the state of 360 video (lets talk monoscopic for the sake of this discussion for now). We use Rift CV 1 at live events and Gear VR for field use with our clients. So far we have been navigating the novelty VR wave very well (pharma and education) but as of late we are seeing push backs and concerns especially in terms of video quality. We develop all our solutions in Unity at them moment utilizing AVPro to project a 4k equirectangular video file onto a sphere. In the past we also have successfully used the Easy Movie Texture. Video plays back fine with both solutions, but the fact remains that I am zooming into a 4k video with less than 720p quality remaining in front of my eyes. I am talking especially about text within videos which always seems blurry and pixelated. Here is the thing: I have seen better qualities by now in players like Little Star's and some stuff I have seen at OC3. So what is the next step here? Cubemaps, adaptive dynamic streaming all which have been mentioned at OC3 again, but then it is very sparse to find anything about it here or on the web in general. I am currently planning a big 360 shoot for a project kicking off next month and I am confused as if we need more than 4k to support adaptive ideas. There are two particular scenarios I am concerned about and interested in what other are doing to solve these issues: A: There is a very interesting discussion on this forum where to author talks about a Penguin scene and mentions that we technically could only use video for the moving segments of a scene. So lets say we look at the scene as a cubemap and we would only use one side as a 4k video segment and the rest as still frames, this could be of course also done in a sphere with some transparency shaders. Did somebody do this successfully and what camera would you use for such a setup as a 4k Gear 360 cannot deliver more than 4k in total. B: More importantly we have moving scenes. e.g. driving a convertible car. These scenes don't easily qualify for the A solution since we have movement everywhere. This is where above mentioned adaptive ideas come to mind where we show selective parts of the videos based on the users head position, this would require many video versions and some good prediction algorithm. I want to point out that I want to make the discussion about quality and not about size in terms of streaming or size of the applications. What have you done and what is available to "normal" people or even via licensing models at this moment. Just to throw it out there: Are we stuck with Unity here? I hope not but I want to keep this discussion open. I want to thank anyone who found the time to read through this long post and hope that we can get a discussion going here, even if you just shoot me a bunch of links. I pledge that I will keep this post updated with findings and approaches we will implement to solve the quality issue to push the quality of VR forward and strengthen our sales pitch.1.9KViews0likes3CommentsCube Vs Sphere for Pano projection
I have always used a sphere with inverted normals to project my equirectangular panos and show them in a VR scene with the camera in the center of the sphere. Another option is to use a cube with a Skybox/cubemap material to project the same pano (converted from equirectangular to cube facing). Visually I see the same quality, but in terms of performance, with the cube I only have 12 tris, instead of the large number of triangles that I get with a sphere. My question is… ¿should I always use cubes and forget to use spheres to show panos? Thanks for your comments2.8KViews0likes4Comments