UNITY3D openSCAD Parsing Program
von Zoon1234micron
Druckbare Dateien (14)
-
stlpolyDim257334_FIRST_dodec_.stl
5.9 Mo · 617 Downloads
-
stlkeep_icos_city_planet_icos_octo_hybrid.stl
1.2 Mo · 618 Downloads
-
stlkeep_MUSHROOM.stl
10.1 Mo · 625 Downloads
-
stlice_2_maybe_weirder_poly_dodec.stl
6.2 Mo · 622 Downloads
-
stldouble_funny59576.stl
7.2 Mo · 621 Downloads
-
stldouble_experiment2261.stl
773 Ko · 617 Downloads
-
stldouble_experiment15599.stl
5.5 Mo · 616 Downloads
-
stldouble_funny65378.stl
4.2 Mo · 619 Downloads
-
stldouble_experiment65341.stl
2.1 Mo · 613 Downloads
-
stldouble_experiment41234.stl
996 Ko · 618 Downloads
-
stldouble_experiment57191.stl
15.1 Mo · 623 Downloads
-
stldouble_funny48962.stl
11.9 Mo · 624 Downloads
-
stldouble_experiment40268.stl
14.4 Mo · 620 Downloads
-
stldouble_funny56888.stl
30.6 Mo · 614 Downloads
Beschreibung
I wrote a program that converts spirographs and other generative art from Unity3D engine to openscad to print them.
This is only one .JS Javascript file which you can place in any project which has many cubes and it will convert all the cubes to a scad file.
The cool thing about that is that you can print an exploding building made from bricks and use Unity for things that scad can't do.
The code searches for all objects with tag "cube" in a parent and writes their positions to an array so that they can be meshed by SCAD, it doesn't take any mesh and scad it.
I'll try to update this page with the full spirograph generator one day. the generator has a space game integrated into it and it's old from 2015, I'll see if i can get it running.