Jump to content

Recommended Posts

Posted

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...

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

Posted

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

Posted

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...

Posted

can't you at least make the number of values that that float can be as least as possible? I mean sure you won't have to use all these million possible values, maybe rounding to a precision or something.

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.