Skip to content

mesh-compiler v2.3.0

Latest
Compare
Choose a tag to compare
@pwalig pwalig released this 21 Feb 21:00

New mesh-compiler version: v2.3.0

Release notes:

  • new value types:
    • bone_parent - index of parent bone
    • bone_child - index of child bone - does not work for now
    • m_bone_parent - index of parent mesh bone
    • m_bone_child - index of child mesh bone

Note

bone_child does not work for now (.format file interpreter understands it but mesh compiler throws error "not supported yet")
use bone_parent for hierarchy retrieval of not mesh associated skeletons
this should not be a big issue since most skeletons are mesh associated anyways

Usage

for usage refer to wiki

Inside Assets

mesh-compiler.zip contains pre-built windows executable file
Source code.zip contains source code at point of release