From d345b3d2a9ea30c5dd601444c834d466bf977e85 Mon Sep 17 00:00:00 2001 From: Nic0Nic0Nii Date: Mon, 29 Nov 2021 07:03:37 +0000 Subject: [PATCH] Add some notes about optimizations to make. Co-authored-by: sigonasr2 --- TriOptimizations | 2 ++ pom.xml | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 TriOptimizations 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 -