------------------------------------------------------------------------------------------------ Get an array of float typed float values from the material.
| 174 | // ------------------------------------------------------------------------------------------------ |
| 175 | // Get an array of float typed float values from the material. |
| 176 | aiReturn 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 |
no test coverage detected