fromLine method
Implementation
LineGeometry fromLine( line ) {
final geometry = line.geometry;
this.setPositions( geometry.attributes['position'].array ); // assumes non-indexed
return this;
}
LineGeometry fromLine( line ) {
final geometry = line.geometry;
this.setPositions( geometry.attributes['position'].array ); // assumes non-indexed
return this;
}