UNPKG

jj-spielfigur-3d

Version:

Comic-Figures and Archetypes in 3D for Games / E-Learning drawn by Jens Janetzki.

11 lines (9 loc) 184 B
import dot from './parts/noise/dot.js' export default function (noise){ switch (noise.type) { case 'dot': this.noise = new dot(noise) break; } return this.noise }