Egloo icon indicating copy to clipboard operation
Egloo copied to clipboard

3d demo drawing a line in 3d space

Open tobyworks opened this issue 4 years ago • 1 comments

How would one go about doing this. I guess you'd need the gl3d drawable base class but there's not clear indication how.

my goal is to somehow create a gcode viewer somewhat like this:

http://jherrm.com/gcode-viewer/

tobyworks avatar May 10 '20 13:05 tobyworks

Hi! We do not have 3d drawable implementations at the moment, only the base 3d class. But it should be easy to extend, you can take a look at 2d classes to learn.

natario1 avatar May 10 '20 14:05 natario1