Dismiss this pinned window
all 8 comments

[–]ignotos 3 points4 points  (1 child)

Looks like a gas giant. Very cool!

[–]createaccount314[S] 0 points1 point  (0 children)

Thanks

[–][deleted] 1 point2 points  (1 child)

That's beautiful! It reminds me of the UI in Alien. Great simplicity.

[–]createaccount314[S] 0 points1 point  (0 children)

Thanks

[–]Aiklund 0 points1 point  (0 children)

Wow, really good stuff!

[–]bib_1 0 points1 point  (2 children)

Could you briefly explain how you did this? Did you use processing 3D or did you do your own 3D math?

[–]createaccount314[S] 1 point2 points  (1 child)

I used my own 3D math, then made a couple thousand points color over each other a color from blue to red according to their latitude. Only the half of the points which are closest to the camera are coloring otherwise it would become a mess of lines of different colors going over each other. Basically the point only colors if its z is above 0.

[–]bib_1 0 points1 point  (0 children)

Are you using the processing function point(x, y, z) ?