You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The show_object alpha property level appears to work "inverted" between CQ-Editor (0.3.0dev) and OCP CAD Viewer (2.5.3).
Best I can tell, if I compare with HTML/CSS standards, an alpha/opacity value of 1 should be not transparent, and 0 is fully transparent. See here for RGBA: https://www.w3schools.com/css/css_colors_rgb.asp
Currently, CQ-Editor shows fully transparent with a value 1.0, which is opposite from what I would expect.
Code snippet, comment out ocp_vscode when running in CQ-Editor:
The show_object alpha property level appears to work "inverted" between CQ-Editor (0.3.0dev) and OCP CAD Viewer (2.5.3).
Best I can tell, if I compare with HTML/CSS standards, an alpha/opacity value of 1 should be not transparent, and 0 is fully transparent. See here for RGBA: https://www.w3schools.com/css/css_colors_rgb.asp
Currently, CQ-Editor shows fully transparent with a value 1.0, which is opposite from what I would expect.
Code snippet, comment out ocp_vscode when running in CQ-Editor:
Result in CQ-Editor:
Result in OCP CAD Viewer:
The text was updated successfully, but these errors were encountered: