api: add model vertex normals

This commit is contained in:
Adam
2021-09-11 19:39:47 -04:00
parent 24511aea4e
commit 37654452c3

View File

@@ -85,4 +85,8 @@ public interface Model extends Renderable
int getXYZMag();
boolean isClickable();
int[] getVertexNormalsX();
int[] getVertexNormalsY();
int[] getVertexNormalsZ();
}