All files / app/codeCharta/ui/viewCube viewCube.materials.ts

100% Statements 10/10
100% Branches 0/0
100% Functions 3/3
100% Lines 4/4

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 64x   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 })