Added osgtexturecompression example to demonstate the quality difference between

different compression techniques.
This commit is contained in:
Robert Osfield
2009-03-26 17:24:28 +00:00
parent 20ad246896
commit 90f77c43d5
3 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
SET(TARGET_SRC osgtexturecompression.cpp )
SETUP_EXAMPLE(osgtexturecompression)