Thingiverse
PNG to StereoProjection
by JustinSDK
68
Downloads
56
Likes
0
Makes
Someone asked me "Is there an easy way to change the image being projected?"
Yes, we can use the `surface()` operation to load an image, and then perform the `projection()` operation to get a 2D object. After that, my `stereographic_projection()` module can make a stereographic projection from the 2D object. The solution works but the `projection()` operation is slow.
----
- *[OpenSCAD Documentation - Traditional Chinese](https://openhome.cc/Gossip/OpenSCAD/)*
- *[OpenSCAD Documentati
Yes, we can use the `surface()` operation to load an image, and then perform the `projection()` operation to get a 2D object. After that, my `stereographic_projection()` module can make a stereographic projection from the 2D object. The solution works but the `projection()` operation is slow.
----
- *[OpenSCAD Documentation - Traditional Chinese](https://openhome.cc/Gossip/OpenSCAD/)*
- *[OpenSCAD Documentati
Sign in to leave a comment
Sign in