Ist das nicht mein kraft?

So Sporkii and I started playing Minecraft last weekend. Of course I’d seen a ton of videos, screen caps and rave reviews, but I never really understood what drew people to it until I actually gave it a shot. Even still, I find it hard to sum up what exactly makes it so appealing. But clearly, part of the appeal is the blocky visual style. So after playing for a few days I got to thinking, I wonder if I could take an openGL “3d screenshot” and do a render with mental ray. Unfortunately, since it actually runs in Java the openGL capturing software I found couldn’t inject itself into the exe, and the global system monitoring workaround is only available on 32-bit operating systems. C’est la vie.

So after more searching I found this beta Minecraft world to OBJ converter. It’s slow and buggy and crashes with big worlds and has no progress bar to let you know how it’s doing so the only thing you can do is periodically reload the debug.log it poops out, but it got the job done, sort of. Although it came into max with multi/sub-object materials assigned to each axis, there were no bitmaps associated with them, so I had to manually crop and tile the bitmaps and assign UVs. Also, each plane of polygons comes in with its own set of material IDs arranged alphabetically, but if a certain rare material (say, diamond) isn’t on there then it won’t appear in the list, thus there’s practically no correlation between the material IDs on each of the six planes.

In short, it was a huge pain in the ass to connect all the materials and I did an exceptionally sloppy job with it, but I got my damned renders!

Sporkii also drew these two skins for our characters =) So I did a render using my blurry apartment environment map, which looks kinda like paper-craft with the lens blur applied. Also tested out max 2012’s new substance materials a bit, pretty cool stuff.

Whittles & Sticks

[singlepic id=37 w=660]
Sporkii and I have been playing Super Mario Galaxy 2 and really liked these little characters we found in a couple of galaxies. Apparently they’re called Whittles! They looked really simple so I whipped up some quick models and slapped on some procedural wood textures. Also using Multiscatter for the grass, but had to go a funky route to get color variation in mental ray using the submap material and creating multiple copies of the same proxy in order to have it randomly distributed.

[singlepic id=35 w=660]
More playing around with Multiscatter, using noise to modulate rotation on a bunch of boxes. Unfortunately I forgot to save out z-depth AND the max file (was just a temp thing to play around with) so no fancy DOF on this one. The close one is curved from lens distortion.