Ir para conteúdo
3DFinder
Entrar

Você está no 3DFinder

Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.

Buscar mais como este
Modelo 3D Moon Shot por WilliamAAdams no Thingiverse

Descrição

Inspired by Bre's Moon crater, I thought, why not the whole moon?

This thing is a bump mapped sphere that uses the planetary map data/images from here: http://www.johnstonsarchive.net/spaceart/cylmaps.html

Specifically, I used this one: http://www.johnstonsarchive.net/spaceart/moonbumpmap2.jpg

I essentially used the same bump mapping technique I used on this bowl: http://www.thingiverse.com/thing:13991

That is, use the picture as a height map. Use that height map to displace the vertices around the sphere. At the same time, use the image to colorize the thing as well, if you want extra reality.

Now came the special part. Since I had the moon in my hands, I wanted to split it open and see what it was made of, answering that age old question once and for all.

So, I cracked it open, and found that it was in fact hollow! No green men, no Amazonian women, no cheese, nothing, just a void. Unlike answering the Easter Bunny question, this was quite a let down.

And lastly, since I was exploring the surface using MeshLab, I finally found the man in the moon. You can see him highlighted in red smiling back at us.

This has got to be great for science exploration!

A bit about the .stl files. I used Banate CAD to generate the models directly. The full moon has roughly 500,000 vertices, and double that in terms of faces. The partial moon has double the number of vertices because it has to generate the 'inside' as well as the outside. Each one took about 40-50 seconds to generate on my standard issue 3 year old Phenom II based machine. The generation time has more to do with the number of vertices than any other complexities. The routines create the normals for each face, whether they're needed or not, so this time could probably be cut in half in cases where you don't really need the normals, but it would not look nice when you render.

To generate any spherical thing, you would just change one line of code in the .fab file:

local heightsampler = ImageSampler.new({
	Filename='moonbumpmap2_720_360.png',
	Size = size,
	Resolution = res,
	MaxHeight=16,
})

Change "Filename = '...'", to be whatever file you so happen to want to bump map.

This is the quick and dirty form of Bump/Height mapping. There are two things that should be done to improve the quality of such things. First, I'm doing a straight translation from the height map to a height value. What I should really be doing is taking an average, so you don't see such artifacting. The other thing is, for a sphere, there are better ways to apply a texture than to simply wrap the rectangle. By wrapping the rectangular image to the sphere, you lose something at the poles. I need better images which account for the spherical nature.

But hay, for changing just a single line of code, this is not a bad technique.

Instruções

  1. Download huge model
  2. Print
  3. Rejoice!
645
Curtidas
0
Downloads
642
Coleções
13
Impressões
Tags
astronomy Banate CAD crater education Geodesy geology Geoscience height map moon space spherical map topography
Licença Creative Commons - Attribution
Arquivos (2)
Partial_Moon.stl 49.5 MB
MoonShot.stl 24.7 MB
Ver no Thingiverse (abre em nova aba)

Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.

Criar conta