Game Development Community

Animations - Memory

by AIDan · in Torque Game Engine · 02/01/2002 (5:27 am) · 2 replies

Hi

When I have two player models which are using the same sequences, are the sequences loaded two times or is each sequence only loaded once??

greetings
Daniel

#1
02/01/2002 (9:43 pm)
Hmm... I believe if the shapes are different, the sequences are duplicated. They are effectilvey merged into the shape, and so cannot be shared between shapes (just the way it was written). Of course all instances of the same shape shares the same data.
#2
02/02/2002 (2:05 am)
Any idea how to get know how much memory an animation takes??
Maybe it is very similar to the file size.

greetings
Daniel