meshline icon indicating copy to clipboard operation
meshline copied to clipboard

🪱 Mesh replacement for THREE.Line

Results 7 meshline issues
Sort by recently updated
recently updated
newest added

Using MeshLineGeometry with 2 points is broken as of 3.1.7, nothing is rendered. e.g. ```ts const geometry = new MeshLineGeometry() const points = [ 0, 0, 0, 1, 1, 1...

Fixes #16 by removing unnecessary declaration of properties that are already declared by the `Material` class.

Using `meshline` with `@types/[email protected]` and with `skipLibCheck` set to `false` produces the following type error: ``` node_modules/meshline/dist/MeshLineMaterial.d.ts(39,5): error TS2610: 'alphaTest' is defined as an accessor in class 'ShaderMaterial', but is...

Hi. I'm trying to use line within threejs/react/drei canvas. After adding a texture I see that it scales based on distance between points (if the distance is short -- texture...

compare 3.2.0 https://codesandbox.io/p/sandbox/snowy-cdn-74l2v3 to 3.3.1 https://codesandbox.io/p/sandbox/zealous-chebyshev-8hj3fv it appears that 3.3.0 is fine too

bug

Hello, could you please tell me if this ray cast on dashed lines also shows a collision when it is cast on the blank space? I've been experimenting on my...