| 1091 | } |
| 1092 | |
| 1093 | void reset_model_args(model_args& ma) |
| 1094 | { |
| 1095 | ma.model = NULL; |
| 1096 | ma.rot = xVec3::m_Null; |
| 1097 | ma.dst = basic_rect<F32>::m_Unit; |
| 1098 | ma.off.x = ma.off.y = 1.0f; |
| 1099 | ma.scale = model_args::SCALE_FONT; |
| 1100 | } |
| 1101 | |
| 1102 | void load_model_args(model_args& ma, const substr& s) |
| 1103 | { |
no outgoing calls
no test coverage detected