Author Topic: What's the most important factor of the usage of the memory/disk-space of .bones  (Read 15811 times)

Offline kiffa

  • long
  • ***
  • Posts: 199
    • View Profile
I want to decrease the memory usage and the disk-space of .bones file.

What should i do to get the best result?

1, decrease the total frames of animation.

2, decrease the vertexes of the model.

3, decrease the joints of the model.

My obj has 1818 frames, 4947 vertexes, 18 joints.
« Last Edit: January 21, 2013, 02:15:20 pm by kiffa »

Offline raft

  • Moderator
  • quad
  • *****
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
all three effect memory usage.

if using skeletal animation (not pose) vertex count is the least significant one I suppose. that is the benefit of skeletal animation. that's because vertices are not duplicated at each frame. on the other hand high vertex count increases cpu load.

roughly memory usage is proportional to  frames x joints. decreasing either one will decrease memory usage