/* we need to undo the common/origin adjustment, and instead shift them by the entity key origin */
VectorScale(ent->origin, -1, ent->originbrush_origin);
- Sys_Printf("func_group: adjusting by %f %f %f\n", ent->originbrush_origin[0], ent->originbrush_origin[1], ent->originbrush_origin[2]);
AdjustBrushesForOrigin(ent);
VectorClear(ent->originbrush_origin);
brush_t *b;
parseMesh_t *p;
- Sys_Printf("origin: adjusting by %f %f %f\n", ent->originbrush_origin[0], ent->originbrush_origin[1], ent->originbrush_origin[2]);
-
/* walk brush list */
for( b = ent->brushes; b != NULL; b = b->next )
{