Jump to content

[1.9] Render custom item


TPD

Recommended Posts

I tried to optimize it as much as possible and only do the re-baking when there is actually an animation going on, but during animations that go on all the time when the item is held, the memory usage increases at least 5 times faster than normal and the frame rate becomes less stable...

Link to comment
Share on other sites

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

if the animation is repetitive, did you use a cache where you store the baked models? you should access it when there's an animation to see if there's already a baked model with the data you want and if not re-bake and add to the cache. Prevents re-baking on every animation tick

Link to comment
Share on other sites

I have a float that describes the animation progress (varies between 0 and 1) and my in my animastions models have to move around according to that value. I can't save every single step of the animation because there are about a million of possible states...

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.