Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

How to make a "3D Viewer"

Hi All,

I'm pretty new to the WMR. Being a user of Cinema4D I would like to make a connection with the WMR Headset (in my case Lenovo Explorer).
A simple plugin that output the same "current camera" view in cinema to the headset, for now without the head tracking.
What can be the way to do that?
I know Cinema4d sdk pretty well... just, for now, I ignore how the WMR sdk work.

Cinema4D can manage stereo viewports as i show in this image:

Thanks in advance
Renato T.

Answers

  • Options

    Hi RenatoT,

    very cool project! I have been working on a “live link” connection between Unreal Engine ans Cinema4D last year. I had been using a TCP connection between both where the Unreal part was the server and the Cinema4D part was the client.

    Since Cinema4D is rendering the viewport via OpenGL you can potentially create an OpenVR C++ Plugin for Cinema4D that enables rendering your OpenGL viewport on a MixedReality HMD directly in Cinema4D.

    To get you started follow this very nice 101 tutorial on writing native OpenVR apps.

    Hope this helps.

    Cheers.

  • Options

    Hi The_XR_Guy. Thanks for these infos. I'll take a look ;)

    Cheers
    Renato

Sign In or Register to comment.