• Register

Welcome to StaudSoft's Synthetic World 0.2! It allows you via a seed to create a unique landscape with mountains, oceans, trees and beaches. Although it looks like a normal game engine, everything in the game is based on voxels. So everything you see can be changed. You can cut down trees, build a house or dig into the ground!

Post news Report RSS Development Blog #10 - Bump Mapping

A new version of our game has been uploaded to the unstable branch. Check it out!

Posted by on

Hey and welcome back!

A new version of our game has been uploaded to the unstable branch. Check it out!

What has been changed:
Version 1.2.3 Release 1053

  • implemented animated grass
  • implemented bump mapping
  • created bump mapping for default main texture
  • added future support for specular mapping
  • added nvidia optimus flag
  • added ati high performance flag
  • corrected paper and camp fire recipe
  • added assert which prevents a camp fire similar bug to occur ever again
  • corrected recipes: no more mass increase when crafting
  • alpha sorting implemented
  • improved speed of particle system
  • implemented internal normal map generator

What is important for the speed of the game is the NVIDIA Optimus flag. When a game starts on a computer with NVIDIA Optimus and does not use this flag it will not use the high end graphics card. It will instead run on the slow one. This of course greatly reduces the speed. With this flag the high end card is selected.

If you have an old nvidia graphics card driver you must nevertheless activate it via the nvidia settings.

Then we also added bump mapping! Yes finally. It was pretty easy as we only need to change the way the normals are retrieved in our deferred renderer. And of course we had to calculate the tangent space for every polygon. Here are some screenshots:

Bump MappingBump MappingBump Mapping

And here is also a video:

The bump mapping is currently only activated for voxel and solid blocks because we currently only created a normal map for this texture. The normal map was created with GIMP. In the future we want to use our own normal map generation algorithm.

Enjoy the new version!

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: