From 9f3299c6890c2c0329f7d38d445ee912e1e89458 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 20 Jan 2019 12:11:28 +1300 Subject: deprecated features comment update to note tex coord generation is ignored --- src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java b/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java index 7e4cccf..b9d8066 100644 --- a/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java +++ b/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java @@ -33,7 +33,7 @@ abstract class Jogl2es2DEPPipeline extends Pipeline + "Decaling is not supported. \n"// + "Model Clip is not supported and must be reimplemented in shaders \n"// + "QuadArray or IndexedQuadArray cannot be supported. \n"// - + "Texture Coordinate generation cannot be supported. \n" // + + "Texture Coordinate generation ignored, must be done in shaders. \n" // + "Texture Lod, Filter, Sharpen and Combine cannot be supported. \n"// + "Texture3D cannot be supported. \n"// + "Accum style anti-aliasing cannot be supported. \n"// -- cgit v1.2.3