Releases: ModularMods/MCglTF-Example
MCglTF-Example-1.12.2-Forge-2.0.0.1
Fix alpha blending bug
1.19.3-Forge-2.1.0.0
.Initial release for 1.19.3.
.Potential breaking change: If your model is in glTF V2 format and material properties inside extras of materials does not exist, it will try using corresponding properties of glTF V2 material before using the "Default Value".
Plaese visit wiki page for more info:
https://github.com/ModularMods/MCglTF/wiki/From-3D-modeling-software-to-Minecraft#gltf-v2-material-specification-fallback
MCglTF-Example-1.19.3-Fabric-2.1.0.0
.Initial release for 1.19.3.
.Potential breaking change: If your model is in glTF V2 format and material properties inside extras of materials does not exist, it will try using corresponding properties of glTF V2 material before using the "Default Value".
Plaese visit wiki page for more info:
https://github.com/ModularMods/MCglTF/wiki/From-3D-modeling-software-to-Minecraft#gltf-v2-material-specification-fallback
MCglTF-Example-1.19.2-Fabric-2.0.1.1
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.
MCglTF-Example-1.18.2-Fabric-2.0.1.1
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.
MCglTF-Example-1.19.2-Fabric-2.0.1.0
Added support with Iris Shaders
MCglTF-Example-1.18.2-Fabric-2.0.1.0
Added support with Iris Shaders
MCglTF-Example-1.16.5-Fabric-2.0.1.0
Added support with Iris Shaders
MCglTF-Example-1.19.2-Forge-2.0.0.0
Merge pull request #4 from TimLee9024/1.19-Forge-2.0 MCglTF-Example-1.19.2-Forge-2.0.0.0
MCglTF-Example-1.19.2-Fabric-2.0.0.0
Merge pull request #7 from TimLee9024/1.19-Fabric-2.0 MCglTF-Example-1.19.2-Fabric-2.0.0.0