Cal3d Test

Monkey Archive Forums/Monkey Projects/Cal3d Test

Landon(Posted 2014) [#1]
Made a Cal3d library in pure monkeycode that works with minib3d as the renderer.

You can view it here

http://norsidog.com/testflash/

Everything is asynch loaded. you start by assigning a skeleton, then the meshes , assign the materials and the animation. Cal3d let's you mix multiple animations together, i'll be adding some mixer controls in the future.

Next up is testing morph targets while it's doing skeletal animation.


Sammy(Posted 2014) [#2]
Took a little bit to figure out but the resulting animated mesh was very nice indeed. There may be a problem with the mesh normals though as it seemed very dark.

VERY well done though!