Jump to content

photo

Recommended Posts

Posted

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

Posted

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

  • 3 months later...
Posted

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

×
×
  • Create New...