I want to initiate my own OpenGL window inside Carrara Extension
Samuel S.
Posts: 322
I want to initiate my own OpenGL window inside Carrara Extension; is it possible?
Comments
Thank you for the great information. Is it possible to get download information for the old Ray Dream Studio SDK and even other older SDKs that you mentioned?
3drendero
Can you please advise who is the owner of Carrara Cafe and how it is being maintained?
My 2 cents:
The DAZ Studio SDK has information on OpenGL and QtOpenGL (see doc folder) that might be useful.
https://www.daz3d.com/daz-studio-4-5-sdk
This website (https://learnopengl.com) shows in detail how to install and programm OpenGL in C++ on Windows using Microsoft Visual Studio 2019. Lots of theory on 3D graphics, mathematics, lighting, modeling, .... All with working code samples.
Thank you!