threejs-meshline icon indicating copy to clipboard operation
threejs-meshline copied to clipboard

Error compiling vertex shader when logarithmicDepthBuffer is set to true

Open thinbeast opened this issue 5 years ago • 1 comments

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 another thing.

thinbeast avatar Apr 16 '20 12:04 thinbeast

I'm not 100% sure I have the skills to fix this. But will look into it.

ryanking1809 avatar Apr 16 '20 16:04 ryanking1809