View Full Version : Newbie Texture Mapping Question
gp343
12-09-2003, 03:22 PM
Hi there, I understand that in order to use texture mapping i need to texture map my bmp to some coordinate. However, what if i do not have any objects in my scene and only want the scene to have a texture, is this possible? How. what functions should i be looking into?
Thanks
James
cwc36
12-09-2003, 03:53 PM
Hi,
Do you have your scene models? If yes, what kind of format of it?
You could get a simple texture mapping example from here.
http://myopendemo.hypermart.net/opengl2.htm
or
http://nehe.gamedev.net/
or
http://www.gametutorials.com/
ZbuffeR
12-11-2003, 02:21 AM
You probably want a sort of full screen texture ?
Well, just draw a big textured GL_QUAD covering the whole screen, without perspective.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.