OpenGL Windows form - 3D model background

359 Views Asked by At

I have C# windows form application. The form has a background image and few controls in it. In one area of the form, i want to render a 3D model. 3D model can be rotated, translated.

Now the problem is background of 3D model is black. Here, instead of black background, i need the background of openGL component to be transparent, such that form's background is visible. How do i achieve this?

Used SharpGL library for all openGL calls.

0

There are 0 best solutions below