Material that can render lines or faces of a mesh.
const material = new BasicMaterial({ color: 0xFF0000, wireframe: true, opacity: 0.5 });
Generated using TypeDoc
Material that can render lines or faces of a mesh.