Game Development Community

Is iTGB using my PVR textures.

by Matthew Harris · in iTorque 2D · 05/24/2009 (10:22 pm) · 23 replies

I am familiar with PVRTC compression using the texturetool found in the iphone sdk.

I converted all my textures to PVR, but is it using those textures in my game? Is it still copying my png files in the app?

In other words, does iTGB know the resources you are and aren't using.

- Matt
Page«First 1 2 Next»
#21
06/16/2009 (1:27 am)
The texturetool preserves transparency for me (4bpp). How are you using it?
#22
06/16/2009 (6:00 am)
texturetool -e PVRTC -o bag_inventory.pvr -f PVR --bits-per-pixel-4 bag_inventory.png
#23
06/16/2009 (6:29 am)
There are 2 different modes for 4bpp and 2bpp, keep that in mind.
If you use the wrong one, it will cut all transparency and use all the 2 / 4 bpp for the RGB infos
Page«First 1 2 Next»