bnoazx005 / TDEngine2

TDEngine2 is a cross-platform game engine
Apache License 2.0
18 stars 4 forks source link

[Feature] Support of skinned meshes #67

Closed bnoazx005 closed 3 years ago

bnoazx005 commented 3 years ago

Description

The engine should support skinned meshes that can be animated using existing animation system. For now we've already implemented a new utility tde2_mesh_converter based on Assimp library that can process skinned meshes. But a few issues should be fixed.