GitBrincie212 / Apel-Mod

Apel is a library that brings particle animations to the table with flexible behaviour and a clean developer interface. It promises also lots of predefined shapes & paths to help the developer on their particle scene
Other
2 stars 1 forks source link

Improve Model calculations and thread-safety #56

Closed DarthSharkie closed 3 months ago

DarthSharkie commented 3 months ago

Clean up model, add builder, improve parser so it's thread-safe and produces read-only object models.

Tested with the ender dragon model scaled and rotating.

DarthSharkie commented 3 months ago

OK, fixed to allow for N vertices per face.

GitBrincie212 commented 3 months ago

There is a conflict with the particle object

DarthSharkie commented 3 months ago

OK, will look/resolve.

GitBrincie212 commented 3 months ago

Triple The Conflicts!

DarthSharkie commented 3 months ago

OK, rebased this again. It should be conflict-free, unless there are more changes I haven't pulled down. This takes your recent changes and adds in the ObjParser work I did to try to tie it all together.