Spaces:
Running
on
T4
Running
on
T4
import * as THREE from 'three'; | |
export const WHITE = new THREE.Color('#FFFFFF'); | |
export const BLACK = new THREE.Color('#000000'); | |
export const RED = new THREE.Color('red'); | |
export const BLUE = new THREE.Color('blue'); | |