9 Oct 2020, 15:03

I am just experimenting with OpenJSCAD again after some time away from it. My preferred options are to create a jscad file, and an html file which points to it (using the viewer with options), and view the resulting html file. On my current Windows 10 system, Firefox is a better browser than Chrome. Anyway, I have two questions:

  1. Is it possible to create objects which are partly transparent? Or is that browser (and renderer) dependent? And if so, how? There' a tantalizing reference to transparency in the documentation - in the color section - but no saying how to implement alpha transparency in an object.
  2. Progress meter/bar in the viewer? Sometimes a figure will take a while to render and load; other times it won't render at all because of an error in the jscad file (one not caught by the interpreter). Here some sort of progress bar would be very useful - is there a way of adding one to the viewer?

That's it for the moment - thank you very much!

Alasdair