va3c / GHvA3C

Grasshopper plugin to export three.json files that can be loaded by the vA3C viewer
http://va3c.github.io/viewer/grasshopper2.html
20 stars 27 forks source link

Lines component #2

Closed bhowes-tt closed 9 years ago

bhowes-tt commented 9 years ago

Add a lines component. This should take a grasshopper line and a color, and output a JSON representation of the line and a material to feed into the compiler.

I wonder if THREE.js lines can contain attributes just like meshes ... will have to have a look.

bhowes-tt commented 9 years ago

For the record ... It does look like lines can have user data.

bhowes-tt commented 9 years ago

Closing this for now. Will add the attributes bit to the proposed curve component - issue #8