Jump to content

Tessellator animations [1.7.10]


LordMastodonFTW

Recommended Posts

I see no reason not to use it. It's meant for axis movement, has no negative sideeffects and there's little alternative.

If you want an alternative you can do:

 

  - Override basefunctions of opengl itself(not that I have ever tried it, nor do I recommend it).

  - Move your x, y, z coordinates yourself before you draw the block.

 

Both are utterly stupid and impractical. So just use glTranslate.

Link to comment
Share on other sites

However, is there a way I could get an event to fire after the animation is done? I don't want the animation to continue forever, I want it to happen for a set amount of time and then stop.

I am the self-nominated Lord of the Mastodons and don't you dare deny it. ;) Also, check out my YouTube channel: https://www.youtube.com/user/DerpDerp44/

Link to comment
Share on other sites

No need for an event because there are ample other solutions for that.

Simple example: Boolean CanRotate in tileentity with getter and setter.

In render class simply check that it is true and if you don't want to rotate it anymore just set it to false.

The same goes for a timer.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.