diff --git a/TriOptimizations b/TriOptimizations new file mode 100644 index 0000000..c99dd21 --- /dev/null +++ b/TriOptimizations @@ -0,0 +1,2 @@ +1) When an object is farther away from the camera, it can be rendered with a worse texture. You can skip texture coords to speed up texture rendering. +2) Triangles that take up 1 or less pixels in width or height might as well not be rendered at all. \ No newline at end of file diff --git a/pom.xml b/pom.xml index edd17cd..69fba72 100644 --- a/pom.xml +++ b/pom.xml @@ -17,11 +17,6 @@ - - com.aparapi - aparapi - 3.0.0 -