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

Function aiGetMaterialFloatFloatArray

code/Material/MaterialSystem.cpp:176–183  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get an array of float typed float values from the material.

Source from the content-addressed store, hash-verified

174// ------------------------------------------------------------------------------------------------
175// Get an array of float typed float values from the material.
176aiReturn aiGetMaterialFloatFloatArray(const aiMaterial *pMat,
177 const char *pKey,
178 unsigned int type,
179 unsigned int index,
180 float *pOut,
181 unsigned int *pMax) {
182 return GetMaterialFloatArray(pMat, pKey, type, index, pOut, pMax);
183}
184
185} // namespace
186

Callers 1

aiGetMaterialColorFunction · 0.85

Calls 1

GetMaterialFloatArrayFunction · 0.85

Tested by

no test coverage detected