Package xj3d.filter.exporter
Interface TriangleCounter
- All Known Implementing Classes:
TriangleCountInfoFilter
public interface TriangleCounter
A class which can count the number of triangles in a stream.
- Author:
- Alan Hudson
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the triangle count for the whole stream.
-
Method Details
-
getTriangleCount
int getTriangleCount()Get the triangle count for the whole stream.- Returns:
- The triangle count.
-