This library allow mods to load models in format mcx and gltf
There are 2 operation modes in the library:
- Loading models defined in the blockstate json files (ModelLoaderApi.registerDomain(MOD_ID))
- Registering the models directly (ModelLoaderApi.registerModel(id, location))
You can get back the baked model and the original model data with (ModelLoaderApi.getModelEntry(id))
The format MCX is just a json serialization of a IBakedModel so it simple and can be changed easily.
GlTF in the other hand, it's a complex format that uses binary encoding to optimize file size, allows animations and it's becoming an standard in the game industry.
Both types of models can be created with my 3D modeler it supports free vertex editing, uv editing and animations. There are some screenshots of the program:
For more info visit the oficial repository: here
como de alto puede ser el poligonado de los modelos en este mod? es que mi mod usa modelos OBJ y si tu mod esta optimizado para evitar lag me gustaria contactarte en privado para ver si me puedes ayudar a optimizar el mio (por supuesto con los respectivos creditos)
que aplicasion usaste para crear este mod
In reply to guzmanpro99:
Un editor de texto
In reply to cout970:
hablas español nativo o solo usaste el traductor?
In reply to gato_borrachon:
Soy de españa, saludos.
well, there was a crash but i think it was by other reasons
Also, can you support Forge 28.1.0? Thank you!
PLEASE PLEASE PLEASE update it to 1.14.4!!!!!!!!!!!!!!!!!!!!!!
In reply to vinnyg0621:
It is already ported to 1.14.4 https://github.com/Magneticraft-Team/ModelLoader It's not on curseforge yet because I'm updating Magneticraft to 1.14.4 and the library still requires some changes to the API, but If you really want it, the library and the example mods are on github https://github.com/Magneticraft-Team/ModelLoaderExample
In reply to cout970:
:O IT IS!!??
if loading on a server you get a message of -
Server thread/INFO [FML]: Disabling mod modelloader it is client side only.
But if you remove it from the server files you get the following crash: https://pastebin.com/Rvw2nrWb
Should add some screenshots of the modeling software that goes with the lib. Its very impressive and would help get you more attention to the lib.
In reply to DarkCow:
https://github.com/cout970/Modeler
In reply to DarkCow:
I don't get it
In reply to dieupoop: