I am using a rendered 3D model as a �turn around� animation for a sprite, but rendering a 360 rotation at 60 frames per seconds takes up more memory than rendering it at 12 frame per second.
To save memory, I prefer to render out a turn around at 12 frames per second, but I need to make the sprite animation plays back at 12fps too, just for that particular sprite.
Is that possible ?