Spaces:
Running
on
T4
Running
on
T4
File size: 219 Bytes
2bd3674 |
1 2 3 4 5 6 7 |
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');
|