MCglTF

glTF library for Minecraft Mod

File Details

MCglTF-1.19.2-Fabric-2.0.1.1

  • R
  • Nov 26, 2022
  • 592.29 KB
  • 509
  • 1.19.2
  • Fabric

File Name

MCglTF-1.19.2-Fabric-2.0.1.1.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:mcgltf-591547:4118476"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Update to fix a compatibility issue with Iris Shaders v1.4.3. (1.16.5 does not affected)
You are now need to assign normal matrix from PoseStack.last().normal().copy() to RenderedGltfModel.CURRENT_NORMAL when Iris Shaders is active.
Please refer to the change at ExampleItemRendererIris, ExampleEntityRendererIris, and ExampleBlockEntityRendererIris in MCglTF-Example.