UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

4 lines (3 loc) 145 B
"use strict"; import { MeshBasicMaterial } from "three"; export const LIGHT_HELPER_MAT = new MeshBasicMaterial({ wireframe: true, fog: false });