I am new to Oculus development so pardon me if this might sound a really
basic question.In OpenGL codes for Oculus that I have come across, I see
the use of mirrorTexture. Can someone please tell me what is exactly the
use of the mirrorTexture?Thanks...
I want to show 2 different videos on the two eyes of DK2. I cant seem to
figure out how to do that.I could play a single movie using the
movietexture applied on a cube object. I was planning to do something
like rendering two different textures on 2 ...
There seems to be a real dearth of simple getting started code for
Oculus Rift. I have seen some third party code repos but most of them
don't seem to work with Oculus at least the latest version of the Oculus
SDK. I have been wandering in the Oculus...
I have wasted almost a week trying to get started and not asking here
for help but it's definitely not working.Firstly I see that quite a lot
of examples don't work after the runtime 0.7 upgrade. I started
modifying the hello oculus code (https://git...
Hello,In my project I plan to convert DK2 into a AR device using stereo
camera pair that I'll stick in front of my HMD. Since this is my first
time with VR, I have some basic questions.1. I cant seem to figure out
how to provide the input frames stre...
"cybereality" wrote:Yes, you can do it in Unity 5 with the Oculus
Utilities. Here are the steps:- Import Oculus Utilities into your
project (I'd start with a new project just for testing).- Comment out
the foreach block (around line 179 - 189) in OVR...
Hi cyberreality,I just checked and I do indeed see the lib files present
in the downloaded sdk, so I guess the error could be because of some
other reason I dont see any makefiles with the libovr so I dont know
how would I build it, though I don't ...