Closed blueskythlikesclouds closed 3 years ago
Thanks for pointing this out! Yeah, this was a mistake on my part. It seems terrain models each have a single "root node", and sample chunk nodes can be utilized to apply SCA parameters to that node just like in skeletal models. I wasn't accounting for this in my code, so SCA parameters were skipped on read, thus causing them to be missing when resaving the file.
647a89c864401d78c7f8193a6d54a806fba3e280 should fix this. Please let me know if it doesn't!
Original:
Resaved:
The code in question.
Is this intentional or a mistake? I'm making an issue since I'm not sure how I should be implementing it.