Hi there ppl, I've got a problem with the creation of a TDXDraw which I want to link to a form that I'm creating on runtime. So I'm doing something like this ...
Hoi, Probeer een andere methode ipv 'TDXDraw.CreateParented' gewoon een form createn, TDXDraw.Create (Form) -> component wordt gelinked aan form. Dit zou...
In addition to Eric's consideration about the texture mode, it appears you are trying to use multiple lights, but reference only GL_LIGHT0. If you want to use...
hi, I tried to get the projection matrix opengl is currently using. The application compiles and the initialization of OpenGL is done correctly (at least all...
Try this code instead procedure GetMatrix; var Matrix: OpenGLMatrix; begin glGetFloatv(GL_PROJECTION_MATRIX, @Matrix); end; glGetFloatv actually returns the 16...
Hi folks! I have a question about full screen animation timing in DirectX. I have tried some approaches, but could not have good results. Here is what I have...
Kenny_Kawashima@...
Jun 6, 2002 4:25 pm
6362
Use the OnIdle event of the TApplication object. Set the Done parameter to False so that the OnIdle event gets called continuously. Use GetTickCount or...
Hi all, I have a complex region (HRGN) and I want to be able to move it and resize it. To move the region we can use 'offsetRgn'. Is there an equivalent ...
It is with much regret that I inform you that Jan Horn, the man behind the Sulaco.co.za site, passed away on June 6th 2002. Apparently he was involved in a car...
I just downloaded my mail from my provider and saw the mail from Dominique about Jan Horn... I didn't know Jan personally either, but I have exchanged a few...
It is a tragic loss to everyone -- friends, family and those of us who knew him through the knowledge that he shared. For us, this is a most appropriate place...
Steve, Thanks for your suggestion. I will try it as soon as I get home this afternoon. What I wonder is WHY wouldn't both Sleep() and the high resolution...
Kenny_Kawashima@...
Jun 7, 2002 4:17 pm
6369
Hello, I believe there's a utility that creates a windows help file based on any unit/class of a delphi unit. Does anyone know this tool, or can point me to a...
I don't like Application.ProcessMessages because it bypasses the normal message loop and processes all pending Windows messages outside of the normal sequence....
FYI, a TDXTimer is just a Application.Idle loop made to look like a TTimer. Check the source code and you will see what's up ;) I like the TDXTimer because not...
Hi Fellow DelphiGamers, I have been searching the internet for a good tutorial about how to write a 2.5D tutorial or a good tutorial about simple 3D math. My...
... try to go to delphi.about.com and go whereever you need i think it has links to the sites you want __________________________________________________ Do...
I was out of town for a few days and when I checked my mail I was shocked by the news about Jan's death!! I still can't belive... :( He was the guiding star...
Hi ; I still have the same problem I had months ago. I'm back with a DelphiX game proyect, and I wanted to know how can I make the thing go at a certain speed...
See the recent messages from this list titled "Full screen animation timing" over the past few days. They give all the code you need. Steve 'Sly' Williams -...
Hi Slavisa, ... Thanks for your kind words. But please do not put me in the same league as Michael and Steve, as I am a mere hack in comparision to these 2 ...
I think it was okay to name you, Dom! Your site www.delphigamer.com comes closest to a community page. All news the good ones and the bad ones are posted there...
Jean, I am not very sure I have understood your question, but Windows is the *only* alternative if you want to use Microsoft DirectX in your application. More...
Kenny_Kawashima@...
Jun 10, 2002 4:41 pm
6381
Ok Ken. Thank's, but: My question is What's Win is better for applications using DirectX? (Win98 or Win ME or Win 2000 or Win XP, understand? Thank's a lot. ...
Hello you all ; I use QueryPerformanceCounter in order to achive a constant framerate, and everything goes fine but I get some kind of problem that I don't...
Hello, Here's my little contribution to the list :-) Do you use Sleep()? If you use non-zero value as a parameter, then there is no warranty that your process...