HexGL, now playable on Android and FirefoxOS

This has been waiting on HexGL’s git repo for too long. Now that WebGL is on by default on Chrome and a few Firefox OS devices are out in the wild, it’s time for me to publicly release the mobile version of HexGL!

This edition features a mobile-optimized rendering pipeline, lower resolution assets and touch/motion controls.

Play it on your Android or Firefox OS device here via any WebGL-enabled mobile browser.

As for the source code, you can check it out on Github in the dev branch of HexGL’s repo.

Light baking and automatic UV unwrap in 3DS Max

Having a big mesh composed of a multitude of simple geometry shapes can be long and painful to map UVs for light baking and rendering advanced lighting into a texture can save up a lot of resources when rendering static meshes in real time.

In this tutorial, we’ll show you how to automatically unwrap UVs and bake advanced and cost-heavy lighting components (Ambient Occlusion, Shadows, Caustics, Global illumination) into a lightmap texture using Max’s RenderToTexture function for later use in a real time rendering pipeline.

Read More