MCglTF

glTF library for Minecraft Mod

File Details

MCglTF-1.12.2-Forge-2.0.2.0

  • R
  • Dec 30, 2022
  • 545.61 KB
  • 22.6K
  • 1.12.2
  • Forge

File Name

MCglTF-1.12.2-Forge-2.0.2.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mcgltf-591547:4279318")
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.