Sets the effect used by a polymodel
| 2585 | |
| 2586 | // Sets the effect used by a polymodel |
| 2587 | void SetPolymodelEffect(polymodel_effect *poly_effect) { Polymodel_effect = *poly_effect; } |
| 2588 | |
| 2589 | // Given a model pointer and an array of floats that go from 0..1, calculate the interpolated |
| 2590 | // position/angle of each corresponding subobject |
no outgoing calls
no test coverage detected