-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I was thinking about importing and using models with animation in Java. And what i thought would be a neat idea, is to write a little API for importing models from actual Tabula files (you save animations already, right?) and rendering them like this:
TabulaModel model = TabulaLoader.load("modid:models/test.tbl");
model.render();
//or
model.renderAnimation(someKindOfTick, etc);
//or using methods from existing Forge framework
model.renderParts("Head", "Neck", "etc");Also, if this loader gets really popular and stuff, it might be included in forge by default(like Techne model importer, which is broken in Forge from 1.6).
And, you are rendering animations in Tabula now, so you can reuse some of that code in this API.
P.S. Just realised, that all this time i was using Russian rules to place commas all around, lol.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels