Import / applications / HighwayDash / ports / Framework / PVR / jthlim-pvrtccompressor-cf7177748ee0 /
@John Ryland John Ryland authored on 22 Dec 2020
..
.hg_archival.txt import NUC files 5 years ago
.hgignore import NUC files 5 years ago
AlphaBitmap.h import NUC files 5 years ago
BitScale.cpp import NUC files 5 years ago
BitScale.h import NUC files 5 years ago
BitUtility.h import NUC files 5 years ago
Bitmap.h import NUC files 5 years ago
ColorRgba.h import NUC files 5 years ago
Interval.h import NUC files 5 years ago
LICENSE.TXT import NUC files 5 years ago
Makefile import NUC files 5 years ago
MortonTable.cpp import NUC files 5 years ago
MortonTable.h import NUC files 5 years ago
Point2.h import NUC files 5 years ago
PvrTcDecoder.cpp import NUC files 5 years ago
PvrTcDecoder.h import NUC files 5 years ago
PvrTcEncoder.cpp import NUC files 5 years ago
PvrTcEncoder.h import NUC files 5 years ago
PvrTcPacket.cpp import NUC files 5 years ago
PvrTcPacket.h import NUC files 5 years ago
README.md import NUC files 5 years ago
RgbBitmap.h import NUC files 5 years ago
RgbaBitmap.h import NUC files 5 years ago
alpha.tga import NUC files 5 years ago
alpha_after.tga import NUC files 5 years ago
alpha_before.tga import NUC files 5 years ago
globe.tga import NUC files 5 years ago
globe_after.tga import NUC files 5 years ago
globe_before.tga import NUC files 5 years ago
main.cpp import NUC files 5 years ago
pvrtc.sln import NUC files 5 years ago
pvrtc.vcxproj import NUC files 5 years ago
pvrtctest import NUC files 5 years ago
README.md

PvrTcCompressor

This was an afternoon project to determine whether crude approximations could produce reasonable results.

This is NOT complete sourcecode. It includes enough code to show the details of how the algorithm works.

If anyone decides to make this compile separately, send a pull request.

Thanks to Brendan Duncan for contributing a pull request to fill in all of the classes and to build a simple test case. Specifically, he has contributed all of the files that do NOT begin with PvrTc

http://roartindon.blogspot.sg/2014/08/pvr-texture-compression-exploration.html