How to Start Making 3D Games
Starting with 3D gaming is not so difficult as it seems. When you think about learning how to make a 3D game people start telling you about complicated algorithm, high art skills and a lot of insane...
View ArticleMake your Game Sound Better
Sound design is as important as graphic design in 3D games. You can attract the player with good sound effects. Earlier games used to use real time generated sounds, because of the limited storage...
View ArticleProblem Making a Walk Cycle
Few days ago, a guy called Francesco asked me about how to fix a walk cycle he made using Blender3D based on this video-tutorial http://www.youtube.com/watch?v=4jRJ4itAQwo In the following video you...
View ArticleWhat’s a Python Module?
When you write a script for Blender 3D you always need to import a python module or more. What is a module? A python module is a bunch of python common definitions and statements (functions, variables,...
View ArticlePython Modules .. for Blender Game Engine
This post is about some Python Modules, which are exclusively defined for the Blender Game Engine. See what is a python moduel in my previous post. Game Logic (bge.logic) This module is able to access...
View Article