For trying some code changes in the Blender Game Engine I needed its code. It is accessible via SVN from https://svn.blender.org/svnroot/bf-blender/trunk/
With Git and Mercurial around I'm used to do local changes, commit them locally and maybe undo them if I made mistakes. With SVN this is not possible.
Donnerstag, 28. Februar 2013
Dienstag, 26. Februar 2013
[BGE + GLSL] Py GL Rant
Let's do this.
Blender Game Engine.
It is nice.
But it also has its problems. Just like everything else.
This time I had a hard time doing some GLSL shaders. Not the normal ones.
Blender Game Engine.
It is nice.
But it also has its problems. Just like everything else.
This time I had a hard time doing some GLSL shaders. Not the normal ones.
Mittwoch, 20. Februar 2013
[BGE+GLSL] Finding interest points
Interest Points
I learned a bit in a class called "Computer Vision".
One thing was "finding interest points".
Basically when you have a picture and give it to your computer it doesn't know anything what to do with it. It's just plain boring data. Every point is as interesting as every other. On some images you might have the same feeling. On others you recognize things which gives it more value then just color.
But what makes the difference?
How do you see something?
Abonnieren
Posts (Atom)
[Review/Critic] UDock X - 13,3" LapDock
The UDock X - 13.3" LapDock is a combination of touch display, keyboard, touch-pad and battery. It can be used as an extension of vari...
-
The Humble Indie Bundle V is going around. You can find it currently here: https://www.humblebundle.com/ Trying to run those games I got...
-
Debugging Java with IntelliJ IDEA or VSCodium and its Java plugins ( Debugger for Java , Language Support for Java(TM) by Red Hat ) is ki...
-
The Blender Game Engine can make use of shader written in GLSL. In the standard version you can easily use vertex and fragment shader for yo...