Finds the world coordinate center of a surface
| 302 | |
| 303 | // Finds the world coordinate center of a surface |
| 304 | void GetCenterOfElement(rad_element *ep, vector *dest) { vm_GetCentroid(dest, ep->verts, ep->num_verts); } |
| 305 | |
| 306 | void CalculateRadiosity() { |
| 307 | int key; |
no test coverage detected