zenithght / Urho3D-Skinned-Armor-1

Skinned armor and melee example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Urho3D Skinned Armor and Melee Combat


Description

This sample contains implementation of skinned armor to a character as a geometry. Alternative is to add it as AnimatedModel which would require performing the entire skeleton's bone matrix multiplication per AnimatedModel.

Melee combat was also added. Animations took a while to complete and is still not perfect but it was the best that I could do as a programmer.

Screenshots

alt tag

To Build

To build it, unzip/drop the repository into your Urho3D/ folder and build it the same way as you'd build the default Samples that come with Urho3D.

License

The MIT License (MIT)

About

Skinned armor and melee example.

License:Other


Languages

Language:C++ 92.3%Language:C 4.4%Language:CMake 3.4%