FOML icon indicating copy to clipboard operation
FOML copied to clipboard

Manual model loading

Open ashpieboop opened this issue 5 years ago • 2 comments

For when you want to use an obj model for other renders than blocks or item.

ashpieboop avatar Feb 21 '20 10:02 ashpieboop

This PR doesn't seem to stitch model textures properly. Texture stitching happens at the end of the construction of ModelLoader, before ModelLoaderMixin::init runs, so model textures aren't part of the texture atlas.

comp500 avatar Feb 24 '20 06:02 comp500

@comp500 thanks for catching that! I'm going to add a use case in the test mod to highlight this, then I'll fix it.

ashpieboop avatar Feb 27 '20 07:02 ashpieboop