tmpvar / livecad

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

get a basic renderer going #2

Closed tmpvar closed 9 years ago

tmpvar commented 9 years ago

once the loop is closed livecad -> net-oce -> livecad, we'll need to display the resulting 3d model in a scene that is easily navigable.

We can kick this off immediately by using stubbed data - stanford bunny or something!

tmpvar commented 9 years ago

let's use three + stl export from solids/net-oce#4

tmpvar commented 9 years ago

using some stackgl stuff, and this is working decently well now.