UNITY3D openSCAD Parsing Program
por Zoon1234micron
Archivos imprimibles (14)
-
stlpolyDim257334_FIRST_dodec_.stl
5.9 Mo · 617 descargas
-
stlkeep_icos_city_planet_icos_octo_hybrid.stl
1.2 Mo · 618 descargas
-
stlkeep_MUSHROOM.stl
10.1 Mo · 625 descargas
-
stlice_2_maybe_weirder_poly_dodec.stl
6.2 Mo · 622 descargas
-
stldouble_funny59576.stl
7.2 Mo · 621 descargas
-
stldouble_experiment2261.stl
773 Ko · 617 descargas
-
stldouble_experiment15599.stl
5.5 Mo · 616 descargas
-
stldouble_funny65378.stl
4.2 Mo · 619 descargas
-
stldouble_experiment65341.stl
2.1 Mo · 613 descargas
-
stldouble_experiment41234.stl
996 Ko · 618 descargas
-
stldouble_experiment57191.stl
15.1 Mo · 623 descargas
-
stldouble_funny48962.stl
11.9 Mo · 624 descargas
-
stldouble_experiment40268.stl
14.4 Mo · 620 descargas
-
stldouble_funny56888.stl
30.6 Mo · 614 descargas
Descripción
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.