tmpvar / livecad

live coding of 3d surfaces and objects
livecad.wtf
53 stars 2 forks source link

render vert array from `extract_stl` #24

Closed tmpvar closed 9 years ago

tmpvar commented 9 years ago

it's just a buffer of verts. every 3 is a vert, every 9 is a face (tri)

tmpvar commented 9 years ago

actually built out a shape_display method that does this instead.