Mercurial > mm7
comparison Indoor.h @ 1391:cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
stru148 -> struct Polygon
author | Nomad |
---|---|
date | Thu, 18 Jul 2013 14:42:54 +0200 |
parents | 78671379d8da |
children | 61451d5980bf |
comparison
equal
deleted
inserted
replaced
1390:613c77e51e38 | 1391:cc9a3a24d61d |
---|---|
438 void Draw(); | 438 void Draw(); |
439 void ToggleLight(signed int uLightID, unsigned int bToggle); | 439 void ToggleLight(signed int uLightID, unsigned int bToggle); |
440 | 440 |
441 static unsigned int GetLocationIndex(const char *Str1); | 441 static unsigned int GetLocationIndex(const char *Str1); |
442 static void ExecDraw(bool bD3D); | 442 static void ExecDraw(bool bD3D); |
443 static void ExecDraw_sw(unsigned int uFaceID); | 443 //static void ExecDraw_sw(unsigned int uFaceID); |
444 static void ExecDraw_d3d(unsigned int uFaceID, struct IndoorCameraD3D_Vec4 *pVertices, unsigned int uNumVertices, struct RenderVertexSoft *pPortalBounding); | 444 static void ExecDraw_d3d(unsigned int uFaceID, struct IndoorCameraD3D_Vec4 *pVertices, unsigned int uNumVertices, struct RenderVertexSoft *pPortalBounding); |
445 | 445 |
446 char pFilename[32]; | 446 char pFilename[32]; |
447 char field_20[48]; | 447 char field_20[48]; |
448 unsigned int bLoaded; | 448 unsigned int bLoaded; |