Outline fonts & masking
I tried to combine lesson 14 wich deals with outline fonts and lesson 20 wich deals with masking.
I have two problems...
1.I use masking for a textured image and used color3f for my font color...when i do that the font is just black no color to it
it will only show up red wich is the color i set it to be when i comment out the masking code and textured image code.
2. I keep getting a SHUT DOWN ERROR-"could not unregister class"
after i run my program. It started after i added the masking code to my code from lesson 14.
Wondering if any one could shed some light on this for me.
Maybe i need to just use 2D fonts.
I would love to know why i get the shut down error.
I could post my code if any one is willing to help.
ok i found out why i got the shut down error...
i had a feeling it had something to do with textures.
I have 4 textures but had 2 instead of 4 in GLfloat texture[];
Still have my first problem though.
Ok found out my problem..
had to disable texuring before I drew the
text.Then able it after for my textured quad.
This post is over.
[edited by - minderaser on August 13, 2003 3:21:55 PM]
i had a feeling it had something to do with textures.
I have 4 textures but had 2 instead of 4 in GLfloat texture[];
Still have my first problem though.
Ok found out my problem..
had to disable texuring before I drew the
text.Then able it after for my textured quad.
This post is over.
[edited by - minderaser on August 13, 2003 3:21:55 PM]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement