-
Junior Member
Newbie
Is that possible? (textures)
Is there any way to create a texture from others? I have a tileset, and I want to mix each texture tile (32x32) in a big texture (it will be the world map)...
-
Senior Member
OpenGL Guru
Re: Is that possible? (textures)
That's generally something you do before making it into a texture.
-
Senior Member
OpenGL Pro
Re: Is that possible? (textures)
Yes you can.
This is usually done either as an offline process or a pre-rendering process.
Use a framebuffer object and blend or whatever your tiles on to that. Save the FBO texture attachment image as your new texture.
You don't have to use FBO you could just reuse the standard back buffer if you wish.
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