Files
FC1/CryAnimation/CryCharInstanceRenderParams.h
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

15 lines
426 B
C

#ifndef _CRY_ANIMATION_CRY_CHAR_INSTANCE_RENDER_PARAMS_HDR_
#define _CRY_ANIMATION_CRY_CHAR_INSTANCE_RENDER_PARAMS_HDR_
struct CryCharInstanceRenderParams
{
CFColor m_Color;
int m_nFlags;
CDLight m_ambientLight;
// creates a new CCObject with the most common parameters
CCObject* NewCryCharCCObject(const struct SRendParams & RendParams, const Matrix44& mtxObjMatrix, IDeformableRenderMesh* pCharInstance);
};
#endif