diff options
author | Chien Yang <[email protected]> | 2006-10-28 18:19:45 +0000 |
---|---|---|
committer | Chien Yang <[email protected]> | 2006-10-28 18:19:45 +0000 |
commit | 273ebc2982d872de46efdcc3d19dc33af2a29271 (patch) | |
tree | bf1271f2f7ef1445ee9746c91f381554b1e1299f /src/native/d3d/GraphicsContext3D.cpp | |
parent | 43daeb67bce1132b0d6479ddd3ef735038bd33a3 (diff) |
1) Fixed Issue 349 : OffScreen Canvas3D needlessly forces power-of-two for its buffer
2) Fixed Issue 371 : Poor raster quality for systems that don't support NPOT textures
3) Minor clean up to native piples
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@731 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native/d3d/GraphicsContext3D.cpp')
-rw-r--r-- | src/native/d3d/GraphicsContext3D.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/d3d/GraphicsContext3D.cpp b/src/native/d3d/GraphicsContext3D.cpp index 3b4f018..052e80e 100644 --- a/src/native/d3d/GraphicsContext3D.cpp +++ b/src/native/d3d/GraphicsContext3D.cpp @@ -26,7 +26,7 @@ void JNICALL Java_javax_media_j3d_NativePipeline_readRaster( GetDevice(); - printf("[GraphicsContext3D] readRaster ...\n"); + /* printf("[GraphicsContext3D] readRaster ...\n"); */ if ((type & javax_media_j3d_Raster_RASTER_COLOR) != 0) { |