Skip to content

glTF library for Minecraft Modding

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

ModularMods/MCglTF

 
 

Repository files navigation

MCglTF

A 3D model loader library which load glTF format file and prepare the required techniques to render the model for Minecraft Modding enviroment. Various features from glTF spec are available but still remain a good compatibility and performance.

Usages

The example codes for rendering Block, Item, and Entity

Features

  • GLTF format (Embedded resources or via ResourceLocation)
  • GLB format
  • UVs
  • Normals
  • Tangents
  • Vertex colors
  • Materials (Require OptiFine or Iris Shaders and supported ShaderPack for PBR and Normal map)
  • Textures
  • Mutiple texture coordinates (For compatibility reason with Vanilla)
  • Rig
  • Animations (multiple)
  • Morph targets
  • Zero-scale node culling (KhronosGroup/glTF#2059)

Credit

About

glTF library for Minecraft Modding

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%