MCglTF

glTF library for Minecraft Mod

File Details

MCglTF-1.18.2-Fabric-2.0.2.0

  • R
  • Dec 30, 2022
  • 598.72 KB
  • 117
  • 1.18.2
  • Fabric

File Name

MCglTF-1.18.2-Fabric-2.0.2.0.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

  • Fix texture stretching if POM of BSL Shaders is enabled and texture coordinate of model is not in range of 0~1.
  • Height map(alpha channel of normal map) is now working with POM of BSL Shaders, but require secondary UV channel(TEXCOORD_1 attribute of glTF) to defined UV center(mc_midTexCoord) of certain surface.
  • Update to latest JglTF source.
  • Re-add multi-threaded Morphing that is forgotten in 2.0 release.