Hi!
I have a little problem.
Technes Model-Class has this render() Method:
public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5)
But the Render-Class needs this one:
public void doRender(Entity entity, double d0, double d1, double d2, float f, float f1)
How do I translate these parameters from one to the nother?
Thanks for help, didnt find anything via search.