Sister blog of Physicists of the Caribbean. Shorter, more focused posts specialising in astronomy and data visualisation.
Monday, 21 May 2018
Exploiting the weirdness of data clipping
This one exploits normally annoying rendering artifacts. Blender's realtime display can only show objects from a single side, so for nested transparent spheres you can normally only see their interior or exterior, not both. But by clipping out all the lowest transparency values, part of the other side is revealed. Couple this with a wide-angle lens and changing viewpoint and get quite a lovely mess - a very different effect again compared to the previous straight-line flight.
Subscribe to:
Post Comments (Atom)
Giants in the deep
Here's a fun little paper about hunting the gassiest galaxies in the Universe. I have to admit that FAST is delivering some very impres...
-
Of course you can prove a negative. In one sense this can be the easiest thing in the world : your theory predicts something which doesn...
-
Why Philosophy Matters for Science : A Worked Example "Fox News host Chris Wallace pushed Republican presidential candidate to expand...
-
In the last batch of simulations, we dropped a long gas stream into the gravitational potential of a cluster to see if it would get torn...
... you're on quite a roll here, mister. These I like.
ReplyDeleteMesmerizing! Any chance you might share your Blender scenes? Your visualizations have been quite fascinating and I'd love to get a better view into how you are generating them.
ReplyDeleteSamuel Penning This one was based off code I wrote for a paper. That can be downloaded here :
ReplyDeletehttps://drive.google.com/drive/folders/0B9LcUk_mUmUnSVRNZWN0V2ZSTms
I'm using these as an excuse to finally learn Python in Blender post-2.5. So things are currently in a messy state - the image textures are generated using code from 2.4, then it's rendered in 2.7... lemme tidy things up and I'll see what I can do.
Rhys Taylor Fantastic, thank you!
ReplyDeleteAdapting to the code changes from the switch in code base from 2.4 to 2.7 is quite an undertaking. It's taken me an eternity just to get my bearings in 2.7x. Switching to the new 2.8 will be another adventure.