Skip to content

Conversation

@Nemrav
Copy link
Contributor

@Nemrav Nemrav commented Apr 30, 2025

New PR - needs code review.

XSM animation file loading:

Can now read 0xC8 chunk style animations (needed for zulu_walking.xsm)
Uses a hack of deleting frame 0 from all animation tracks to work. This replicates the behaviour of the gdscript version, but obviously is not ideal.
Cached in ModelSingleton
Used for all animation loading

XAC file loading:

Used for static (ie. no 'unit' script for animation) meshes only currently.
Textures are loading, but lighting is off
Bone weights / skinning chunks are not working and needs more work before this can fully replace the gdscript function versions.
Cached in ModelSingleton

@Nemrav Nemrav force-pushed the cpp_xac-tmp branch 2 times, most recently from c3c53e8 to 61f9ec1 Compare May 4, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants