-
-
Notifications
You must be signed in to change notification settings - Fork 36.2k
Closed
Description
Description
In Line2NodeMaterial, there is a lineWidth property, but it seems to have no effect. The line width is still modified based on the linewidth property used in the Material.
Reproduction steps
1.use lineWidth property
2.use linewidth property
Code
// code goes here
new THREE.Line2NodeMaterial( {
color: 0xffffff,
linewidth: 5, // in world units with size attenuation, pixels otherwise
// lineWidth: 10, // ineffective
vertexColors: true,
dashed: false,
alphaToCoverage: true,
transparent: true
} );Live example
None
Screenshots
No response
Version
r171 / r178
Device
No response
Browser
No response
OS
No response
Mugen87