pvrtc texture compression for the iPhone

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Adversus
Posts: 128
Joined: Sun Oct 05, 2008 10:58 pm
Contact:

pvrtc texture compression for the iPhone

Post by Adversus »

Hi guys,

Is anyone working on this at the moment?

Cheers,
Adversus.
codetiger
Posts: 103
Joined: Wed May 02, 2012 9:24 am
Location: Chennai, India
Contact:

Re: pvrtc texture compression for the iPhone

Post by codetiger »

Sorry for brining up an old post. But my question is the same. Does anyone have PVR Textures working with Irrlicht?
IrrNaCl - Irrlicht Port for Google Chrome Native Client - Demo

Iyan 3D - Make your own 3d animation using your iOS Device
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: pvrtc texture compression for the iPhone

Post by Nadro »

Yes, I used pvr for example in SkyDevil (anyway not all features of pvr was supported eg. just the highest level of mipmaps), but this code doesn't look good. I have in plans to release PVR support for Irrlicht soon.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
penguin03
Posts: 25
Joined: Fri Apr 19, 2013 9:52 am

Re: pvrtc texture compression for the iPhone

Post by penguin03 »

I like the feature too, hope to see your code soon.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: pvrtc texture compression for the iPhone

Post by Nadro »

The latest ogl-es branch already support PVR (revision 3) image formats with ETC1, ETC2, PVRTC1 and PVRTC2 compression types. Currently only OGL ES2 driver support above formats, but in next 1-2 days also OGL ES1 driver should get support for it.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
tscmga
Posts: 2
Joined: Wed May 29, 2013 9:32 am

Re: pvrtc texture compression for the iPhone

Post by tscmga »

Nadro wrote:The latest ogl-es branch already support PVR (revision 3) image formats with ETC1, ETC2, PVRTC1 and PVRTC2 compression types. Currently only OGL ES2 driver support above formats, but in next 1-2 days also OGL ES1 driver should get support for it.
:lol:
Thanks! I have received the update . Haha :mrgreen:
codetiger
Posts: 103
Joined: Wed May 02, 2012 9:24 am
Location: Chennai, India
Contact:

Re: pvrtc texture compression for the iPhone

Post by codetiger »

@Nadro
Thanks a lot for your hard work. :)
IrrNaCl - Irrlicht Port for Google Chrome Native Client - Demo

Iyan 3D - Make your own 3d animation using your iOS Device
Post Reply