Jump to content

How Unigine displays OpenGL?


photo

Recommended Posts

Posted

How to display the image of OpenGL DLL in Unigine 3D scene, is there any implementation route or demo?

Posted

liu.zhen

There is a method exists that can convert GL texture to the UNIGINE texture called Texture::FromGL().

Please refer to this thread for more code examples:

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted

Is there a Demo for drawing external OpenGL programs for Unigine 3D scenes?

Posted

There is a post talking about API (Render, RenderState or Texture classes), is there any reference?

Posted

You can check basic C++ sample in SDK Browser to get a basic knowledge on Textures and Render classes usage:

  • SDK Browser -> Samples -> C++ API -> Render

The rest of the information you can always found in the online (or offline) documentation:

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...