jeromeetienne / threex.geometricglow

a three.js extension to make any object glow at geometric level
http://jeromeetienne.github.io/threex.geometricglow/examples/geometricglowmesh.html
219 stars 38 forks source link

How to add the same for THREE.Line ? #4

Open sarathsaleem opened 8 years ago

sarathsaleem commented 8 years ago

Just like adding THREE.mesh how to add the same effect for THREE.line ?

jeromeetienne commented 8 years ago

you could add a THREE.CylinderGeometry and set its material to the glow ?