Results 1 to 3 of 3

Thread: Skeleton Animations

  1. #1

    Skeleton Animations

    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://e24471bfe1eb4dd35d883478e110...dDMUJRMzgtQUk/)

    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

    PSorry my bad English
    Last edited by djoker; 04-01-2015 at 03:16 PM. Reason: news
    Never underestimate the power of Delphi.
    <br />There's those who play games,...and then there's who make games...

  2. #2
    That is verry nice.

  3. #3
    update
    Never underestimate the power of Delphi.
    <br />There's those who play games,...and then there's who make games...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •