Skip to content

[Future Plan/Idea] Model importer #29

@ghost

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions