Overview
In this project, we are scanning statues to 3d print low poly miniatures!
You can 3D scan statues from museums, art galleries or historic sites to make custom keepsakes.
Use them as a base for custom models like planters or book ends. This is also great for accessibility!
With an Adafruit Qt Py and a NeoPixel Stick, you can make them glow to make a custom lamp.
To diffuse the LEDs, you can 3D print them with zero infill to make them hollow.
Using photogrammetry, we can generate detailed 3d scans and use a low polygon generator to make artistic renditions.
We had a lot of fun printing these and think it’s a great way to experience works of art when you aren’t physically able to travel. It’s also great for archiving!
Being able to touch and feel objects that are protected from the public is a great use of this technique!
Page last edited March 08, 2024
Text editor powered by tinymce.
3D Scan
You can import pictures or use the camera on you mobile to create the face geometry.
Use the Polycam app in photo mode to automatically snap pictures of all angles of your face or upload pictures taken from your library.
Take at least 50 pictures of all sides of the statue. Include the tops and underneath the statue to ensure geometry is created for the whole object.
Even with differences in lighting, distance and people walking in front of the statue, you can get a pretty decent scan.
After polycam processes the pictures, you can export an obj file to clean and modify.
To isolate the statue, you’ll want to clean up the model for 3D printing.
We imported the file into Blender and removed the unwanted geometry.
We’ll start by adding a box around the part we’d like to remove.
Next, we’ll add a boolean modifier and use the box to isolate the statue.
Switch to Edit mode to select any left over faces and delete.
Page last edited March 08, 2024
Text editor powered by tinymce.
Create Low Polygon Model
To generate a low polygon model we used Andrew Sinks Low Poly Generator that you can find on lowpoly3d.xyz.
Here you can easily decimate the model to get a cool looking low-res statue!
Next will export our model and then re import into Blender to fix any overlapping faces or overhangs.
Fixing geometry
Inside Blender, we can delete extra faces and fill in any holes generated during the low poly process. Then, use the fill face command to rebuild the geometry.
Page last edited March 08, 2024
Text editor powered by tinymce.
3D Printing
Setting up model
Orient STL files for 3D printing for FDM style machines. Parts are designed to 3D print with support material. You can also split models into pieces and glue together.
To diffuse the LEDs, you can 3D print them with zero infill to make them hollow.
Page last edited March 08, 2024
Text editor powered by tinymce.