Multiple objects

Started by
1 comment, last by Alload 23 years, 1 month ago
How can I use more than one textured object which has been converted from 3DSMax to OpenGL with 3D Exploration? I can manage to load the different vertices and settings, but I can''t manage to apply the rights textures to the different objects. Please help me.
Advertisement
create a struct for all your obj then make a func that init_obj()
and use a for loop to create multiple of the same objects. then specify the dif x,y,z coors of each individual obj.
bad!
glBindTexture(..) //texture 1
object_data..
bind() // texture 2...
data...

and so on...

This topic is closed to new replies.

Advertisement