iChun / iChunUtil

iChunUtil as required by several of my mods.
GNU Lesser General Public License v3.0
40 stars 53 forks source link

Fixed tabula focused model rendering (in the wax tablet), it now renders a proper torus and a sphere instead of cubes. #93

Closed Distjubo closed 9 years ago

Distjubo commented 9 years ago

Major changes are in us.ichun.mods.ichunutil.common.module.tabula.client.model.ModelRotationControls (replaced with a torus model) and us.ichun.mods.ichunutil.common.module.tabula.client.model.ModelRotationPoint (replaced with a sphere).

Distjubo commented 9 years ago

Derp, I might want to use GLStateManager instead of GL11, I'm gonna fix that right now.

Distjubo commented 9 years ago

Wait. Please explain why there are delegate methods for things like scaling and rotating but not for something like beginning and ending lists? Am I supposed to use GL11 now or not?

Distjubo commented 9 years ago

Okay a little googleing later I now know what I should have done :D I'm gonna open a new PR since this one is now outdated