DarkLight
02-04-2003, 02:46 PM
Dear all,
I have basic knowedge of OpenGl and I have made some simple animations in C++/OpenGL. But I hava also 3 years expirience with Delphi and it is my favorite IDE for development.
Delphi 6, which I am using, has the OpenGL library (i noticed it includes also wgl). I add OpenGL to my uses clause and I write some OpenGL code. It has compiled but nothing has been drawed to scene. I try put the code in Paint event of a form and on timer event...
I have found some exaples, but they all uses GLScene
Can you tell me how to render OpenGL scene in Delphi without GLScene
Or at least some tutorials of using GLScene (I have only the oficial documentation; althrough there is description of all functions, there is no information of which component and method I should use and reading all dosumentation will waste a lot of time)
Thank you
I have basic knowedge of OpenGl and I have made some simple animations in C++/OpenGL. But I hava also 3 years expirience with Delphi and it is my favorite IDE for development.
Delphi 6, which I am using, has the OpenGL library (i noticed it includes also wgl). I add OpenGL to my uses clause and I write some OpenGL code. It has compiled but nothing has been drawed to scene. I try put the code in Paint event of a form and on timer event...
I have found some exaples, but they all uses GLScene
Can you tell me how to render OpenGL scene in Delphi without GLScene
Or at least some tutorials of using GLScene (I have only the oficial documentation; althrough there is description of all functions, there is no information of which component and method I should use and reading all dosumentation will waste a lot of time)
Thank you