Board index » cppbuilder » OpenGL and VCL
Jon Bernd
![]() CBuilder Developer |
Tue, 17 Jul 2001 03:00:00 GMT
|
Jon Bernd
![]() CBuilder Developer |
Tue, 17 Jul 2001 03:00:00 GMT
OpenGL and VCL
Is it possible to use any of the VCL controls to set up an OpenGL rendering
context into? I am thinking it will be necessary to write a custom control to use OpenGL with VCL. I don't like the ActiveX controls. My preference is to just use an existing control to set up with OpenGL. Jon |
Lucian Wisch
![]() CBuilder Developer |
Tue, 17 Jul 2001 03:00:00 GMT
Re:OpenGL and VCLOn Fri, 29 Jan 1999 15:21:20 -0600, "Jon Berndt" <j...@hal-pc.org> Quote> Is it possible to use any of the VCL controls to set up an OpenGL rendering http://www.wischik.com/lu/programmer.html#opengl It's free, including source code, and comes with examples. In answer to your actual question, it's not necessary to write a One thing to bear in mind: an OpenGL context is associated with an The reasons for using a ready-made custom control are that -- |
David Richard
![]() CBuilder Developer |
Tue, 17 Jul 2001 03:00:00 GMT
Re:OpenGL and VCLNo disrespect to Lucian, but... Personally, I don't like using a special component for OpenGL output - I send the Other reasons for not using a special component - 1) Unnecessary 'wrapping' around the GL interface can reduce your flexibility in 2) Personally, I think it's a good thing to learn about the details of using the 3) Using a standard TPanel means you have access to all the normal event handlers 4) In Lucian's case this isn't an issue, but you don't have to pay someone any I started w/ John Thomas' tutorial at TheBits. This demonstrates rendering to the Experiment - you'll see what I mean. See ya Dave R| |
Arnold the Aardvar
![]() CBuilder Developer |
Wed, 18 Jul 2001 03:00:00 GMT
Re:OpenGL and VCLQuote>>> 1) Unnecessary 'wrapping' around the GL interface can reduce your creating/presenting an image; Quote>>> 2) Personally, I think it's a good thing to learn about the details of API. This makes it possible to do much more than draw to a component - render to a bitmap in ram, for instance... Quote>>> 3) Using a standard TPanel means you have access to all the normal associated w/ a TPanel,without having to create your own message map, etc. Quote>>> 4) In Lucian's case this isn't an issue, but you don't have to pay more cash to use a standard TPanel. While these points are mainly true, and I have sometimes said similar I had a look at Lucian's comprehensive component recently. It's all very Arnold the Aardvark |
Lucian Wisch
![]() CBuilder Developer |
Wed, 18 Jul 2001 03:00:00 GMT
Re:OpenGL and VCLQuote<moria...@inreach.com> wrote: [it was simply that in my case that I needed 3dfx OpenGL acceleration, -- |
Jon Bernd
![]() CBuilder Developer |
Fri, 20 Jul 2001 03:00:00 GMT
Re:OpenGL and VCLQuote>I had a look at Lucian's comprehensive component recently. It's all very I really want a simple OpenGL introduction. I did a considerable amount of Iris GL years ago, but I would like to build a simple component myself based on a TPanel, or something. I have the SuperBible, so I am referring to that a lot. I'll check out the address above. Also, thanks to Lucian for replying. I may eventually have need for something like that, too. Jon |
JT
![]() CBuilder Developer |
Fri, 20 Jul 2001 03:00:00 GMT
Re:OpenGL and VCLQuote> I really want a simple OpenGL introduction. I did a considerable amount of |
Arnold the Aardvar
![]() CBuilder Developer |
Sat, 21 Jul 2001 03:00:00 GMT
Re:OpenGL and VCLQuote>Yes. I agree with David and the Aardvark (where does that name come I don't know. When I first lurked on newsgroups I saw that lots of people If you have the SuperBible you will quickly realise that my component is no Alan Chambers |
Colin Wilso
![]() CBuilder Developer |
Sun, 22 Jul 2001 03:00:00 GMT
Re:OpenGL and VCLIn article <796tln$ft...@forums.borland.com>, Arnold the Aardvark wrote: Quote> "Arnold the Aardvark" surfaced from my memory. a need to test some software that needs names I'm never stuck. They start with Aaron Aardvark, and go on to Zaphod Zzyck, with Jean-Jaques Jeans 'n' Jumpsuits there in the middle. Colin |
Jonathan Arnol
![]() CBuilder Developer |
Mon, 23 Jul 2001 03:00:00 GMT
Re:OpenGL and VCLPlease follow newsgroup guidelines and refrain from cross-posting. Quote> Is it possible to use any of the VCL controls to set up an OpenGL rendering http://www.cgsoftware.com/opengl/opengl.html And a freeware OpenGL component: http://www.cobweb.net/~dplakosh/ +===================================================+ "The Wizard of Oz": Transported to a surreal landscape, a |