Git Product home page Git Product logo

mcgltf's Introduction

Start from October 2022, I will get more busier than before and don't have enough time to keep the development and modder support for MCglTF. So I've decideded to hand over the maintainment of MCglTF to Protoxy22, who known for his ModularWarfare Mod. Please visit his GitHub repository and Discord server for contiuous support.

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

Reason for Not comptible with Iris Shaders

Despite Iris Shaders is built upon in OptiFine specification about shader pack for Minecraft, there are a lots of internal implementation differences between two.

For example, you cannot get current GL program that is proper for Item/Entity/BlockEntity renderer like what OptiFine did. Instead, they switch their GL program during GlStateManager#_drawArrays(), which making it hard to deal with glTF model rendering code.

Aside from that, Iris Shaders does not fully support every features from shaderpack. And you can still using OptiFine in Fabric with OptiFabric installed.

So it is most likely that MCglTF will still not support Iris Shaders in the future.

System requirements

  • OpenGL 4.3 and higher

Credit

mcgltf's People

Contributors

timlee9024 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.