| View previous topic :: View next topic |
| Author |
Message |
LarryTM
Joined: 04 Jul 2006 Posts: 30
|
Posted: Sun Oct 08, 2006 10:01 pm Post subject: VBO with few textures? |
|
|
Hi,
I have cube with different texture on each side. I put the cube data into VBO and then what ? How to bind right texture to right side of a cube ? Do i need to create VBO for each side and then bind texture and draw side one by one?
/lar |
|
| Back to top |
|
 |
Raphael

Joined: 17 Jan 2006 Posts: 646 Location: Germany
|
Posted: Mon Oct 09, 2006 4:33 pm Post subject: Re: VBO with few textures? |
|
|
| LarryTM wrote: | Do i need to create VBO for each side and then bind texture and draw side one by one?
/lar |
Yes. _________________ <Don't push the river, it flows.>
http://wordpress.fx-world.org - my devblog
http://wiki.fx-world.org - VFPU documentation wiki
Alexander Berl |
|
| Back to top |
|
 |
|