Published unlisted
Edited
Dec 2, 2018
1 star
Insert cell
Insert cell
Insert cell
Changed in fork
-
THREE = require('three')
+
THREE = { const THREE = window.THREE = await require("three@0.99.0/build/three.min.js"); await require("three.meshline").catch(() => {}); THREE.MeshLine = window.MeshLine; THREE.MeshLineMaterial = window.MeshLineMaterial; return THREE; }
Insert cell
Removed in parent
THREE.MeshLine
Insert cell
Removed in fork
meshline = require('three.meshline')
Insert cell
Removed in fork
Insert cell