|
-
Jan 29th, 2002, 02:47 AM
#1
Thread Starter
Hyperactive Member
opengl using VB
can anyone enlighten me on how to print characters in opengl context using visual basic? I've rendered some graphics on my opengl context but am unable to render the ASCII characters.
PLEASE HELP.
-
Jan 29th, 2002, 03:31 AM
#2
Fanatic Member
http://nehe.gamedev.net/opengl3.asp and http://nehe.gamedev.net/tutorials/lesson17.asp
(the last one was what I needed, most tutorials except the latest have VB source too)
Teaudirenopossum.Musasapientumfixaestinaure.
(I can't hear you. There's a banana in my ear)
-
Jan 29th, 2002, 10:26 PM
#3
Thread Starter
Hyperactive Member
the height of the character is somehow static. i can't manage to change it although i think it can be changed. what could be the problem?
-
Jan 30th, 2002, 01:14 AM
#4
Thread Starter
Hyperactive Member
i'm using glulookat command to set my camera. the example that you directed me to was not using any of it and i found out that i'm only able to view the characters after i disable the line glulookat. can i use glulookat and still be able to see the characters? please help
-
Jan 30th, 2002, 03:21 AM
#5
Fanatic Member
My knowledge of OpenGL is not really much yet, haven't had time to keep it up to date, so I can only guess. As far as I know, the view changes before the text is drawn, so you can use X,Y-coordinates instead of world coordinates. If done correctly, I don't think it will matter much if you're using glulookat.
I've had some good experiences with the NeHe forums though, maybe you could ask there, since I don't think a lot of OpenGL experts use VB (most of them prefer DirectX )...
Teaudirenopossum.Musasapientumfixaestinaure.
(I can't hear you. There's a banana in my ear)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|