Files
m2dev-client-src/src/EterGrnLib/Util.h
d1str4ught 4be475f111 init
2025-08-18 19:46:48 +02:00

17 lines
369 B
C++

#pragma once
// bool GrannyMeshGetTextureAnimation(granny_mesh* pgrnMesh, float* puVelocity, float* pvVelocity);
// bool GrannyMeshIsTextureAnimation(granny_mesh* pgrnMesh);
bool GrannyMeshIsDeform(granny_mesh* pgrnMesh);
class CGraphicImage;
struct SMaterialData
{
CGraphicImage * pImage;
float fSpecularPower;
BOOL isSpecularEnable;
BYTE bSphereMapIndex;
};