CodeChicken Lib 1.8.+

CodeChicken Lib 1.8.+

128M Downloads

[Feature Request] Add alternative to CCModel#generateBlock which uses absolute UVs instead of cuboid-relative UVs

KitsuneAlex opened this issue ยท 0 comments

commented

I've been working on a CCL-based BlockBench model loader implementation yada yada.. and i've come to the conclusion that working with absolute UVs makes all my calculations a lot more simple and efficient.

The easiest way to provide said functionality would be to add a function to CCModel similar to generateBlock(), which just uses 0.0 for all its min-UVs and the cuboid size (max - min) for its max-UVs.