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

fall back to ultra-fast GL_LINE_STRIP mode when sizeAttenuation is false and line width is 1

Open trusktr opened this issue 3 years ago • 0 comments

When sizeAttenuation is false and lineWidth is 1, we should essentially just render the same as THREE.Line, with the added bonus of features like .advance().

trusktr avatar Jan 17 '23 00:01 trusktr