|
GLScene v0.8.2 released
GLScene v0.8.2, an open-source OpenGL-based solution for Delphi, has been
released.
Additions since v0.8 cover terrain rendering, special effects (electric arcs,
explosions, fire/smoke
trails), AVI recording, bitmap fonts, hardware-specific extensions support and
more.
All new additions come with full-source and samples.
Related Discussions - HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
- RICHEDIT! (2001-02-05 08:07:07)OK, to "protect the text where it can not be modified, use
the SelAttributes.Protected property. You can also prevent
naything from being...
- COMPILING APPS FOR NON-INTEL PROCESSORS (2001-03-13 13:08:46)Yeah it would be nice. I have had several people request Mac versions of our software.
- HOW WM_KEYDOWN WORKS...? (2001-03-21 12:35:55)When you send WM_CHAR, it's something like WM_KEYDOWN then WM_KEYUP... When you only send WM_KEYDOWN, the edit box "think" the key hasn't been...
- SHOWING ENTIRE KEY COMBINATION? (2001-03-22 02:25:43)Here probably better way... Following code is the component which hooks all keypresses in entire application and let to handle them in...
- IS IT POSSIBLE TO MODIFY A COMPILED EXE ? (2001-04-05 10:59:50)There are patch makers available. You can probably find something on www.shareware.com
I have never used one but I believe the idea is that you...
- READING PINS FROM GAMEPORT? (2001-04-10 02:35:01)the GLScene (opengl) components have à component that reads the gameport. though the rest of the GLScene components package is a bit heavy.
you...
- SCREEN SAVERS (2001-04-15 15:51:46)Go to my web site and take a look at Delphi Tips.You will find something about ScreenSaver's.
Regards,
Eduardo Tavares...
- HOW I CAN LOOK ON THE FLY IF IF THE LEFT MOUSE BUTTON IS DOWN. (2001-04-18 04:48:09)Thank you !
Here is a sample code :
procedure TForm1.Button1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y:...
|