What is the easiest way to do accelerated 3D graphics inside a TForm in Delphi?
+3
A:
Use a library such as Asphyre (http://afterwarp.net/), which supports both DirectX and OpenGL.
Svein Bringsli
2009-09-30 08:54:00
+2
A:
You can use GLScene (http://www.glscene.org) for that. GLScene is component-based, has a Viewer-Component (similar than a TPanel) which shows the rendered scene on a form.
I recommend to use the CVS Version, because the latest snapshot is quite old. GLScene works also with Freepascal / Lazarus on several platforms and has many demos.
knight_killer
2009-09-30 11:29:46
+1
A:
In Delphi 2010, if running on Windows 7, you can use Direct2D natively.
Marco Cantù
2009-10-02 13:12:36
Now that's really interesting - I guess we'll make an upgrade soon :-)
Lars D
2009-10-03 08:39:26