tmpvar / livecad

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

render shape when associated text is hovered #48

Closed tmpvar closed 9 years ago

tmpvar commented 9 years ago
tmpvar commented 9 years ago

it is now possible to view the different states of operations:

var end = sphere(20).cut(cylinder(10, 200).rotate(90, 0, 90))
display(end);

no hover screen shot 2014-09-21 at 10 01 52 pm

hover over the rotated cylinder screen shot 2014-09-21 at 10 01 56 pm

hover over the base cylinder screen shot 2014-09-21 at 10 02 01 pm

awesome!

tmpvar commented 9 years ago

screen shot 2014-09-21 at 10 09 58 pm

tmpvar commented 9 years ago

I think that is good enough for now, tracking extra work in new tickets