Hello
Guest
Register
Login
1 Hour
1 Day
1 Week
1 Month
Forever
LWJGL 3.3.2 released
Menu
Home
Help
Search
Login
Register
go
LWJGL Forum
Programming
General Java Game Development
Extracting tiles from image
« previous
next »
Print
Pages: [
1
]
Extracting tiles from image
1 Replies
6551 Views
ScottDC
1
Extracting tiles from image
«
on:
April 17, 2005, 10:38:01 »
I've started development on a 2d tile game, and have all the tiles in one large image - from Tile Studio.
How do I extract each tile from the image?
I'm using and modifying some of classes from Space Invaders, mainly Texture and Sprite
Thanks
Logged
WiESi
70
Extracting tiles from image
«
Reply #1 on:
April 17, 2005, 11:46:10 »
Either you can use glTexSubImage or you simple use glTexCoord2f and glVertex2i in the appropriate way.
WiESi
Logged
Print
Pages: [
1
]
« previous
next »