threejs-meshline
threejs-meshline copied to clipboard
Mesh replacement for THREE.Line
Hi everyone, I forked this `THREE.Meshline` pull in some neglected PRs and clean up the API for `react-three-fiber`. However, I don't really have the skills to address some of the...
I've got the same thing happening with the other version, but when I try and add this to an Aframe element I get `three.js:22549 Uncaught TypeError: Cannot read property 'getUniforms'...
ERROR: 0:146: 'isPerspectiveMatrix' : no matching overloaded function found Similar issue as https://github.com/mrdoob/three.js/pull/17637, at a minimum THREE.ShaderChunk.common needs to be included in vertex shader. But supporting logarithmicDepthBuffer would probably be...
### Cleanup - [x] Handle or provide an error if the number of vertices has been altered (or increased?) to avoid a `RangeError` in the Float32Array - [x] Combine loops...