Jump to content

photo

Recommended Posts

Hi All,

Is there a way to change the Window onscreen while the Vive is being used in the engine? Currently, it renders both eyes onscreen, however I would like to have just one eye be rendered onscreen.

Thanks,

Off Planet Simulation

Link to comment

Hi!

At the moment it can be done only by changing the source code and recompiling the AppVive plugin (Unigine SDK Browser\sdks\<sdk_version>\source\plugins\App\AppVive).
File: AppVive.cpp.
Line:
void AppVive::render_window() method).
Need to change
screen_copy_material to "render_copy_2d_srgb" material (and, perhaps, something else).

We plan to add this functionality to the API in the future releases.
 

Best regards,
Alexander

Link to comment
  • 3 months later...

Hi !


I'd like do do the same thing: One Renderoutput instead of Stereo.
Is there a workaround?
I would like to show the oil-refinery to a client on Friday.
Do you have an hint how to do that?

Thanks,
regards,
Dirk

Link to comment
×
×
  • Create New...