Forum Discussion

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

Virtools SDK + Oculus SDK

I want to use an oculus HMD for 3DVIA Virtools which provides a rendering engine based on dx9.

but current oculus SDK samples are only for dx10 and dx11 environments.

During convert of above oculus samples for dx9, I encountered some missing parameters, DeviceContext and BackBufferRT, issue for setting ovrRenderAPIConfig with dx9 data which were provided by Virtools SDK.

In this case, when I run my converted oculus sample for dx9, it generates a run-time error.

if someone can tell me about how to solve this error or provide oculus samples for dx9, it would be very appreciated.