Hi guys,
Is anyone working on this at the moment?
Cheers,
Adversus.
pvrtc texture compression for the iPhone
Re: pvrtc texture compression for the iPhone
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
Iyan 3D - Make your own 3d animation using your iOS Device
Re: pvrtc texture compression for the iPhone
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
Re: pvrtc texture compression for the iPhone
I like the feature too, hope to see your code soon.
Re: pvrtc texture compression for the iPhone
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
Re: pvrtc texture compression for the iPhone
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.
Thanks! I have received the update . Haha
Re: pvrtc texture compression for the iPhone
@Nadro
Thanks a lot for your hard work.
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
Iyan 3D - Make your own 3d animation using your iOS Device