Open mattLLVW opened 4 years ago
Hey, Nice project!
The map view doesn't seem to work.
There's few errors in the console:
Uncaught ReferenceError: jQuery is not defined semantic.min.js:11
And tree.js complaining about a shader error:
3d-force-graph.min.js:2 THREE.WebGLProgram: shader error: 0 35715 false gl.getProgramInfoLog
this is, because tha data to draw is to much for your computer. i made a fix, which reduces the view to only your node. than it works. (the JQuery problem i also fixed)
see pull request #38 for the fixes
Hey, Nice project!
The map view doesn't seem to work.
There's few errors in the console:
Uncaught ReferenceError: jQuery is not defined semantic.min.js:11
And tree.js complaining about a shader error:
3d-force-graph.min.js:2 THREE.WebGLProgram: shader error: 0 35715 false gl.getProgramInfoLog