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

Function SetPolymodelEffect

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

Sets the effect used by a polymodel

Source from the content-addressed store, hash-verified

2585
2586// Sets the effect used by a polymodel
2587void 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

Callers 3

OnDrawMethod · 0.85
DrawWeaponObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected