mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
10 lines • 306 B
JavaScript
import SvgMesh from "../display/SvgMesh";
const textMesh = new SvgMesh();
textMesh.src = "text.svg";
textMesh.color = "brown";
textMesh.bloom = true;
const textMesh2 = new SvgMesh();
textMesh2.src = "text2.svg";
textMesh2.color = "blue";
textMesh2.bloom = true;
//# sourceMappingURL=testSVG.js.map