Home | History | Annotate | Download | only in scene

Lines Matching refs:tri

785      * @param tri The triangle to store the positions in
787 public void getTriangle(int index, Triangle tri){
788 getTriangle(index, tri.get1(), tri.get2(), tri.get3());
789 tri.setIndex(index);
790 tri.setNormal(null);