PDA

View Full Version : Skeleton Animations



djoker
19-12-2014, 12:08 PM
Hi folks ,
I have not been here lately due to not having used Delphi i have done some things with Haxe and Openfl one of these projects was a 3D engine that can see in my blog but the reason for this post was to share my source code from one tool I created for animations.

This tool imports models with the help of the assimp and save in a format i created is H3D a quick to read and simple format to be used in Java and other languages without having to use fixed data.


this tool is to preview these models and the sources show how to read and animate using key frame animation, for anyone interested.

Blog:https://djokergames.wordpress.com/
Git:https://github.com/akadjoker/H3DView

Online demo ( https://e24471bfe1eb4dd35d883478e1105fe52eb629f2.googledri ve.com/host/0B9n2UEk_-VqybWdDMUJRMzgtQUk/)

Update:
i’ve changed the assimp library to be more friendly of delphi and import B3D and MS3D in pure delphi code.
videos:https://www.youtube.com/watch?v=83d9G7-8Eio

PS:Sorry my bad English :(

SilverWarior
20-12-2014, 02:57 PM
That is verry nice.

djoker
04-01-2015, 03:19 PM
update ;)