LineLoop constructor
LineLoop(
- BufferGeometry? geometry,
- Material? material
geometry
— List of vertices representing points on
the line loop.
material
— Material for the line. Default is
LineBasicMaterial.
Implementation
LineLoop(super.geometry, super.material){
type = 'LineLoop';
}