Initial commit: client source
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user