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
function main() {
return CSG.roundedCube({radius: 10, roundradius: 1})
}
(plus a few more complex real models but I thought , when it didn't work I would try it with something very simple).
Render pane appears and for the faintest fraction of a second "Processing, please wait" (I think - it is too brief to be sure) but the pane remains empty with just the background - no grid or object. No error condition reported though.
The text was updated successfully, but these errors were encountered:
Have installed 0.4.0 (Atom 1.8.0).
have tried with
cube([10,10,10]);
and
function main() {
return CSG.roundedCube({radius: 10, roundradius: 1})
}
(plus a few more complex real models but I thought , when it didn't work I would try it with something very simple).
Render pane appears and for the faintest fraction of a second "Processing, please wait" (I think - it is too brief to be sure) but the pane remains empty with just the background - no grid or object. No error condition reported though.
The text was updated successfully, but these errors were encountered: