-
Help - Create texture
Hi,
I have an assignment that is suppose to create the following 5 functions to create a texture for mapping later, can someone help.
Regards,
munwen
void initTexture(void)
{
/* create texture image, texture environment and download the texture */
}
void setupTexture(void)
{
/* enable texturing and bind texture */
}
void finishTexture(void)
{
/* disable texturing and unbind texture */
}
void setupTexGen(void)
{
/* setup and enable texture coordinate generation */
}
void finishTexGen(void)
{
/* disable texture coordinate generation */
}
-
Super Moderator
OpenGL Lord
Re: Help - Create texture
You want other people to do your homework ?
-
Advanced Member
Frequent Contributor
Re: Help - Create texture
-
Advanced Member
Frequent Contributor
Re: Help - Create texture
-
Re: Help - Create texture
I'm sorry, that's not intention....I'm a newbie to opengl, hence would like to seek some advise and guidance.
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