Page 1 of 2
PureBasic + OpenGL Tutorialpage
Posted: Fri Feb 20, 2004 2:47 pm
by DarkDragon
Hello,
I created a new tutorialpage for PureBasic and OpenGL.
Please give me your opinion:
http://www.pbgl.xdn.de thx
Posted: Fri Feb 20, 2004 5:06 pm
by coma
Such tutorials are always welcome :)
Is it difficult to add some code to launch these examples in fullscreen ?
Posted: Fri Feb 20, 2004 5:25 pm
by DarkDragon
Uhm, it isn't difficult, but you should understand it. I will make a tutorial for a fullscreen

. A "How can I calculate normals" and "How can I load objects from an asc file" tutorial follows, too.
Posted: Fri Feb 20, 2004 5:27 pm
by Dare2
Thanks, DarkDragon.
Posted: Fri Feb 20, 2004 6:06 pm
by DarkDragon
Now there is a fullscreen tutorial.
Posted: Fri Feb 20, 2004 6:35 pm
by coma
wow, you're fast (just 1 hour...)

Posted: Fri Feb 20, 2004 7:15 pm
by DarkDragon
^^ A "How can I calculate normals" tutorial is now aviable.
Posted: Sat Feb 21, 2004 4:57 am
by TronDoc
maybe in your "Navigation" you could have
a description following "Tutorial 1..etc" like:
Tutorial 1 - simple window with callback
Tutorial 2 - the triangle
...?
otherwise the examples look easy to understand
even for someone like me who usually doesn't
do much graphics. I will have to try running them!
Thanks.
Joe
Posted: Sat Feb 21, 2004 8:14 am
by DarkDragon
TronDoc wrote:maybe in your "Navigation" you could have
a description following "Tutorial 1..etc" like:
Tutorial 1 - simple window with callback
Tutorial 2 - the triangle
...?
otherwise the examples look easy to understand
even for someone like me who usually doesn't
do much graphics. I will have to try running them!
Thanks.
Joe
Uhm, I thought about the description, and I will make a descriptionline under the link.
[EDIT]
The description line is uploaded
Posted: Sat Feb 21, 2004 11:59 am
by Num3
@DarkDragon
SWEET
Posted: Sat Feb 21, 2004 2:41 pm
by sigi
COOL, Thank you.
I like this. Go on.

Posted: Sat Feb 21, 2004 3:12 pm
by sigi
Hi,
there seems to be an Error in Tutorial 5:
If i compile it this error comes:
gluPespective__(...) is not a function, an array or a linked list.
Posted: Sat Feb 21, 2004 3:19 pm
by DarkDragon
hello,
If you read this tutorial carefully, you would know, that you must have the glwrapper library.
Code: Select all
; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
; !!!You should have the glwrapper userlibrary!!!
; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Posted: Sat Feb 21, 2004 6:16 pm
by sigi
Aha, Thank you. Shame on me

Posted: Sat Feb 21, 2004 7:17 pm
by TronDoc
I get that error too on 5.pb line 84:
gluPespective__(...) is not a function, an array or a linked list.
and I do have the wrapper installed...
the other examples seem to work
...thanks for the description lines!
Joe