roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
50 stars 17 forks source link

add `debug()` function and `show_object()` parameters #34

Closed roipoussiere closed 2 years ago

roipoussiere commented 2 years ago

show_object() doc

arguments: name and options. This last is an array of color and alpha (and rgba but not documented);

debug() doc

debug() is red with alpha 20%: source

roipoussiere commented 2 years ago

fixed in faa516f