Quote Originally Posted by reexre View Post
About OpenGL could someone tell me where to find the latest version (for VB6, with some useful tutorial)
I did some research and failed.
I have OpenGL API 2.0 tbl ...
That's the version I have here as well (guess, nobody out there advanced it any further).
But the good news is, that it is all "StdCall-able flat-APIs" - so, enhancements could be done via normal VB-Declares as well...

Quote Originally Posted by reexre View Post
I wanted to do it with OpenGL because I think it has a better language.
But I don't find tutorials and examples.
OpenGL is nice - and the primary lib for other platforms ...
(DirectX would not be portable, therefore the 3D-classes of the RC6 will not be based on it).

As for a decent (though still kept simple) tutorial - there is one (in german language) on ActiveVB.de (numbered from chapters 1 to 8).

Below is a link to chapter3, which covers textures (which I plan to make uploadable, directly from Cairo-Surfaces)
https://activevb.de/tutorials/opengl...tchapter3.html

Here the google-translated link for english:
https://translate.google.com/transla...tchapter3.html

And (FWIW) also in italian:
https://translate.google.com/transla...tchapter3.html


Olaf