fromMesh method
dynamic
fromMesh(
- dynamic mesh
Implementation
fromMesh(mesh) {
fromWireframeGeometry(WireframeGeometry(mesh.geometry));
// set colors, maybe
return this;
}
fromMesh(mesh) {
fromWireframeGeometry(WireframeGeometry(mesh.geometry));
// set colors, maybe
return this;
}