Searched refs:pointList (Results 1 – 1 of 1) sorted by relevance
58 ObjectArrayList<Vector3f> pointList = new ObjectArrayList<Vector3f>(); in createShape() local60 pointList.add(new Vector3f(points[i], points[i + 1], points[i + 2])); in createShape()62 cShape = new ConvexHullShape(pointList); in createShape()