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

Function aiGetMaterialFloatArray

code/Material/MaterialSystem.cpp:189–196  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get an array of floating-point values from the material.

Source from the content-addressed store, hash-verified

187// ------------------------------------------------------------------------------------------------
188// Get an array of floating-point values from the material.
189aiReturn aiGetMaterialFloatArray(const aiMaterial *pMat,
190 const char *pKey,
191 unsigned int type,
192 unsigned int index,
193 ai_real *pOut,
194 unsigned int *pMax) {
195 return GetMaterialFloatArray(pMat, pKey, type, index, pOut, pMax);
196}
197
198// ------------------------------------------------------------------------------------------------
199// Get an array if integers from the material

Callers 5

apply_materialFunction · 0.85
apply_materialFunction · 0.85
aiGetMaterialFloatFunction · 0.85
WriteObjectsMethod · 0.85
aiGetMaterialUVTransformFunction · 0.85

Calls 1

GetMaterialFloatArrayFunction · 0.85

Tested by

no test coverage detected