Interface for layer components.
interface ILayerComponent { nPoints: number; nTriangles: number;}
nPoints: number
Number of points in the layer component.
nTriangles: number
Number of triangles in the layer component.
Interface for layer components.