Posted November 18, 201311 yr How/can i use .obj (wavefront) models for my mod? i know how to render a techne model Only code when your having fun doing it.
November 18, 201311 yr Hi There is a class in forge called AdvancedModelLoader in packege net.minecraftforge.client.model. It has a method called loadModel(String path) wich returns an instance of IModelCustom that has render methods. ... IModelCustom yourModel = AdvancedModelLoader.loadModel("path.obj"); ... yourModel.renderAll(); ... Sorry for my bad English! FBalazs
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.