MCPcopy Create free account
hub / github.com/assimp/assimp / set_float4

Function set_float4

samples/SimpleOpenGL/Sample_SimpleOpenGL.c:140–146  ·  view source on GitHub ↗

---------------------------------------------------------------------------- */

Source from the content-addressed store, hash-verified

138
139/* ---------------------------------------------------------------------------- */
140void set_float4(float f[4], float a, float b, float c, float d)
141{
142 f[0] = a;
143 f[1] = b;
144 f[2] = c;
145 f[3] = d;
146}
147
148/* ---------------------------------------------------------------------------- */
149void apply_material(const C_STRUCT aiMaterial *mtl)

Callers 1

apply_materialFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected