Can a 3D printer print the details of a normal map? Or would it just print the model itself as it would appear without said maps?
Hi GradyLorenzo,
A 3D printer will print exactly what the geometry is (not textures). If you have a high poly version that you got the normals from, you’ll want to use that one. Hope that helps.
What if it’s a model ripped from a game? All I can get are the normals, I don’t have access to the high-poly model
Great question. Depending on the 3D software package you are using, you could do the following:
Example in 3dsMax:
- Select your object.
- In the Modifier tab - Add a Turbosmooth modifier to the model and increase the iterations to the desired amount.
- In the Modifier tab - Add a Displace modifier
- In the Displace Parameters rollout select Bitmap: None.
- Choose your texture (normal map) - click ok.
Final step - - In the Displace modifier - Adjust the Parameters rollout / Displacement: Strength amount till you have the desired look.
That will do it. ![]()
This is brilliant, thank you ![]()