UNITY3D openSCAD Parsing Program
par Zoon1234micron
Fichiers imprimables (14)
-
stlpolyDim257334_FIRST_dodec_.stl
5.9 Mo · 612 téléchargements
-
stlkeep_icos_city_planet_icos_octo_hybrid.stl
1.2 Mo · 615 téléchargements
-
stlkeep_MUSHROOM.stl
10.1 Mo · 621 téléchargements
-
stlice_2_maybe_weirder_poly_dodec.stl
6.2 Mo · 618 téléchargements
-
stldouble_funny59576.stl
7.2 Mo · 615 téléchargements
-
stldouble_experiment2261.stl
773 Ko · 612 téléchargements
-
stldouble_experiment15599.stl
5.5 Mo · 611 téléchargements
-
stldouble_funny65378.stl
4.2 Mo · 613 téléchargements
-
stldouble_experiment65341.stl
2.1 Mo · 609 téléchargements
-
stldouble_experiment41234.stl
996 Ko · 615 téléchargements
-
stldouble_experiment57191.stl
15.1 Mo · 618 téléchargements
-
stldouble_funny48962.stl
11.9 Mo · 618 téléchargements
-
stldouble_experiment40268.stl
14.4 Mo · 615 téléchargements
-
stldouble_funny56888.stl
30.6 Mo · 611 téléchargements
Description
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.