Advertisement
Guest User

Untitled

a guest
Mar 20th, 2023
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. test.scad contents:
  2. $vpr = [55, 0, 360*$t];
  3. sphere(20);
  4.  
  5. Powershell Console Output:
  6. > C:\Program` Files\openSCAD\openscad.com -o test.png --imgsize="640,480" --view=scales --projection=o --animate 36 --preview test.scad
  7. Exporting test.scad...
  8. WARNING: Viewall and autocenter disabled in favor of $vp*
  9. Compiling design (CSG Products normalization)...
  10. Normalized CSG tree has 1 elements
  11. Geometries in cache: 1
  12. Geometry cache size in bytes: 62072
  13. CGAL Polyhedrons in cache: 0
  14. CGAL cache size in bytes: 0
  15. Total rendering time: 0:00:00.259
  16. Exporting test.scad...
  17. Compiling design (CSG Products normalization)...
  18. Normalized CSG tree has 1 elements
  19. MS GDI - RegisterClass failed
  20. last-error code: 1410
  21. Can't create OpenGL OffscreenView. Code: -1.
  22. Geometries in cache: 1
  23. Geometry cache size in bytes: 62072
  24. CGAL Polyhedrons in cache: 0
  25. CGAL cache size in bytes: 0
  26. Total rendering time: 0:00:00.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement