save a matrix multiply for every actor. (Maybe we can avoid doing any, for objects which are neither rotated nor scaled--such as those positioned based on their parent--but I'm not sure it's worth it.) Rotations can be combined without doing a full matrix multiply, too; if an actor rotates at all, only do one matrix multiply.