#include <nnsys/g3d/binres/res_struct_accessor.h>
NNSG3dResMdl*
NNS_G3dGetMdlByIdx(
const NNSG3dResMdlSet* mdlSet,
u32 idx
);
| mdlSet | The pointer to the model set |
| idx | The index of the model to be obtained |
Returns the pointer to the model.
Gets the model in the idx position inside the model set mdlSet.
2004/08/02 Initial version.
CONFIDENTIAL