MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DonePolyModelPosInstance

Function DonePolyModelPosInstance

model/polymodel.cpp:2249–2256  ·  view source on GitHub ↗

Pops a positional instance

Source from the content-addressed store, hash-verified

2247
2248// Pops a positional instance
2249void DonePolyModelPosInstance() {
2250 Instance_vec_cnt--;
2251
2252 if (Instance_vec_cnt == 0)
2253 memset(&Interp_pos_instance_vec, 0, sizeof(vector));
2254 else
2255 Interp_pos_instance_vec = Instance_vec_stack[Instance_vec_cnt];
2256}
2257
2258void SetNormalizedTimeObjTimed(object *obj, float *normalized_time) {
2259 int i, j;

Callers 2

RenderSubmodelFunction · 0.85
CollideSubmodelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected