flat assembler
Message board for the users of flat assembler.
Index
> Windows > my windows examples |
Author |
|
0.1 23 Oct 2007, 06:53
i will post my windows examples here
_________________ Code: o__=- ) (\ /\ |
|||
23 Oct 2007, 06:53 |
|
0.1 23 Oct 2007, 06:54
OpenGL example
_________________ Code: o__=- ) (\ /\ |
|||||||||||
23 Oct 2007, 06:54 |
|
dead_body 24 Oct 2007, 09:55
cool. write more complex examples and more examples.
|
|||
24 Oct 2007, 09:55 |
|
0.1 24 Oct 2007, 10:42
and more ... and more ... and more hi hi hi
|
|||
24 Oct 2007, 10:42 |
|
Artlav 24 Oct 2007, 13:05
Is that expected?
Crashes with that error on start. WinXP SP2 32bit. |
|||
24 Oct 2007, 13:05 |
|
madmatt 25 Oct 2007, 10:11
0.1:
Nice Example! A little change in your code will make it resize correctly, Change WM_SIZE message handler to: Code: mov ecx,[lParam] and ecx, $ffff mov edx,[lParam] shr edx, 16 stdcall ReSizeGLScene,ecx,edx |
|||
25 Oct 2007, 10:11 |
|
0.1 25 Oct 2007, 11:57
Thanks Matt!
I am only 0.1 But I am cooooool _________________ Code: o__=- ) (\ /\ |
|||
25 Oct 2007, 11:57 |
|
0.1 26 Oct 2007, 05:19
OpenGL example with Texture mapping.
_________________ Code: o__=- ) (\ /\ |
|||||||||||
26 Oct 2007, 05:19 |
|
r22 26 Oct 2007, 20:33
re: artlav
If you have an NVidia graphics card the OpenGL examples might not work, I've run into this problem with my NVidia box, but my ATI/AMD box works fine. Something to do with the NVOGL.DLL vs the regular OpenGL.DLL. Could be do to a botched driver update? |
|||
26 Oct 2007, 20:33 |
|
Vortex 28 Oct 2007, 10:07
0.1,
Nice examples. Both of them are running fine on my machine with NVIDIA GeForce 6200 card. _________________ Code it... That's all... |
|||
28 Oct 2007, 10:07 |
|
0.1 02 Nov 2007, 05:11
OpenGL example with Texture, Blending, Filters.
_________________ Code: o__=- ) (\ /\ |
|||||||||||
02 Nov 2007, 05:11 |
|
SFeLi 02 Nov 2007, 07:04
0.1, you’re using Windows bitmap. Shouldn’t GL_RGB be GL_BGR in your code?
|
|||
02 Nov 2007, 07:04 |
|
0.1 02 Nov 2007, 10:10
SFeLi wrote: 0.1, you’re using Windows bitmap. Shouldn’t GL_RGB be GL_BGR in your code? I don't have any idea dude! I am still learning OpenGL programming from NeHe's tutorials! _________________ Code: o__=- ) (\ /\ |
|||
02 Nov 2007, 10:10 |
|
0.1 07 Dec 2007, 06:50
Paint the pink gradient!
_________________ Code: o__=- ) (\ /\ |
|||||||||||
07 Dec 2007, 06:50 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.