Aww, Screw this!
Did you ever work too long on one feature in a project? It makes you want to get done with the project.
I tried to get 3D models loaded into my ninjarun game. ‘md2’ actually worked fine, but you usual …
Did you ever work too long on one feature in a project? It makes you want to get done with the project.
I tried to get 3D models loaded into my ninjarun game. ‘md2’ actually worked fine, but you usual …
Just found a full tutorial on how to load .md2 and although skeletal animation for Ninjarun loaded from .x would have been interesting, it would have been an extreme overkill. Threrfore I’m switching to …
I have been creating a Lego Minifig + Rig in Blender recently.
Working time
Modelling: ~4 hrs
Rigging: ~5 hrs
Weight Painting Legs: ~4 hrs
Weight Painting Other: ~ 1 hr
Total: ~14 hrs
Motivation
You may …
I got a new logo! Made by KiA.CaNDy.Art (now Catellya Design):
Blogspot: http://kiacandyart.blogspot.de/
Facebook: https://www.facebook.com/catellyadesign
This post was imported from tumblr
Spend hours and hours and more hours trying to connect a Wiimote to Blender via Python. I read somewhere Python supports Bluetooth in version 3.3, but not for me.
PyBluez is also not compatible with Python 3 …
Today I looked at the .x file format and decided to do the character animation for Ninjarun not with a sprite-sheet but a 2D mesh with bone-animations.
This post was imported from tumblr
I recently spent 5 hours trying to figure out why my maps I write from an own made “tiled” plugin (Java) aren’t beeing read properly in my ninjarun game (C), already knowing all along it must be …
I’ve been really working on my Palm Pre game lately. Today I implemented collecting coins!
I had a few issues where I added the player to an entity list instead of a coin en …