LineLoop constructor
LineLoop(
- BufferGeometry? geometry,
- Material? material
Implementation
LineLoop(BufferGeometry? geometry, Material? material)
: super(geometry, material) {
type = 'LineLoop';
}