Spherical Harmonics and Tanks

Alas, the first year of my master program has ended and I have decided to share one additional project I have been working on the last half of the year.

Actually, the course that I want to talk is Advanced Computer Graphics, which was extending through out both Study Periods of this semester, thus I am posting about it just now, when it is finished.

The course was essentially about doing a project work in a field of computer graphics with a chosen topic. And I chose spherical harmonics, because I was fascinated after our teacher introduced it. How powerful and fast it could be to make nice effects, such as world-space ambient occlusion and inter-reflection. Thus I have been working ever since the first seminars of this course in the end of February.

I’ve decided to try to work with OpenGL wrapper for Java – LWJGL. Thus I was able to work quite seamlessly both on my Windows and Linux installation (which I switched quite often). To begin with, I’ve wrote some helper classes to hold the information about vertices, vertex array objects and so on. But then the first problem occurred – I couldn’t find a decent model file loader for Java. Thus, I wrote one myself. I’ve spent quite a lot of time, but I wrote an OBJ file loader including with materials and textures. It is not fully finished (e.g. doesn’t support smoothing groups and such), but it was and is working for my needs. Later on I’ve implemented the classical rendering (the switch between classical and spherical harmonics could be seen in first part of the demo). I did that because I wanted to have some kind of point of origin, with what I could compare results of spherical harmonics (SH) rendering. And I wanted to test my OBJ loader without delving deep into SH calculations. After I’ve completed the classical rendering and OBJ loader, I’ve continued to work with implementation of SH.

I am not going to explain all the mathematics behind the SH because even for the course mates it was boring 😀 Thus I will tell what I have done with SH implementation. First of all, I’ve implemented all the methods required to calculate and use SH, but then, with increasing complexity of models, calculation times were going over the top. To construct SH for simple model with <1000 triangles would take about a minute or so. Thus I proceeded with research and implementation of ray tracing acceleration structures. That is construction of SH heavily relies on ray tracing from each of the model’s vertices. Because I’ve already had a small class representing axis aligned bounding box (AABB), I’ve decided to go for hierarchical AABB acceleration structure. According to my research it is not the most efficient structure, but it was efficient enough for me. After I have completed that, super complex models with hundreds of thousands triangles would be ray traced in a matter of minutes, thus it was sufficient enough. But still, the result of ray tracing is more or less pre-processing of the model.

That is why I have implemented SH saving/loading. Very simple and plain text format (I was inspired by OBJ format, thus very similar) which stores all the coefficients for SH for a certain OBJ file. If SH file is not found or is not representing the OBJ file (hash check! 🙂 ), all the SH harmonics are recalculated and saved again. This literally reduced pre-processing time almost to zero. Because of some complex models and high amount of spherical harmonics data, sometimes files with SH coefficients exceeds hundreds of megabytes, thus it takes a bit of time to load them up.

So, after core technology was done, I headed for the implementation of somewhat of a game. Downloaded several freeware models, created some myself. Created some what system for having complex models with separate parts, implemented interface, AI for enemy tank and even added fog effect so that background would blend seamlessly. I was almost ready to go. Almost.

After the supervision it was suggested for me to make something more, thus I have additionally implemented a skybox. It was rather easy to implement, but actually I was impressed about how it changed the feeling of the game. Because the skybox changed the ambient color of the background, I had to change the color of the fog and tweak the fog itself, but it was worth it. Then I have continued with the most interesting suggestion for me – screen-space post-process pass for volumetric shadows. Technically  it is simple radial blur, but after some struggle with framebuffer objects I have implemented it and combined with the skybox it ended up to look super cool. At last, as a final touch I’ve added some textures to make it less plain and a small bar for displaying player’s health.

Below you can see the tech demo – a small video which I have compiled out of all small videos which I’ve taken through out the development.

And here you can download binaries:

ACG project binaries

And if you want to take a look at the source, it is here:

Drags’ ACG project @ Bitbucket

Why?

Why? When I was young I have seen a cartoon about a table game where you have to roll a dice, then you get a hint and you are teleported into other world. Into the wilderness, a world filled with dangers. And the heroes had to solve the question with reference to a hint. And I do not remember the details, but once there was an episode, when they were hunted by a mad scientist who had a huge and powerful computer in his lab. And when one of the heroes typed into computer “why?” and pushed “Execute”, computer exploded and the question of the game was solved. But this is just for background.
So, why we always ask why? And again, I asked “why we…”…This word or question, I think is one of the most important and difficult. I bet that if we count each question that we ask, question “why?” would be the most frequent. And we get question “Why?” Are we curious? Are we knowledge-hungry? Is this our fate, destiny or purpose? Or simply we are stupid? I think, all of them are the right answer. I know what you want to know. You want to know WHY all of them are the right answer. And the answer is simply. Everyone is a little bit curious, a little bit knowledge-hungry, a little bit fatalist or believes in something and everyone is a little bit stupid. You will not agree with me? Then I will ask WHY?