Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 | 4x 21x 18x 12x | import { MeshLambertMaterial } from "three" export const getBaseMaterialEdge = () => new MeshLambertMaterial({ color: 0xfc_fd_ff }) export const getBaseMaterialFace = () => new MeshLambertMaterial({ color: 0xfc_fd_ff }) export const getBaseMaterialVertices = () => new MeshLambertMaterial({ color: 0xfc_fd_ff }) |