Mercurial > mm7
comparison Render.h @ 2322:a59892f99d31
for draw terrain
author | Ritor1 |
---|---|
date | Sun, 23 Mar 2014 19:55:59 +0600 |
parents | 25f771e528f0 |
children | 5d263539bbec |
comparison
equal
deleted
inserted
replaced
2321:53c9d34024d6 | 2322:a59892f99d31 |
---|---|
359 void DrawOutdoorSkyD3D(); | 359 void DrawOutdoorSkyD3D(); |
360 //int DrawSkySW(struct Span *a1, Polygon *a2, int a3); | 360 //int DrawSkySW(struct Span *a1, Polygon *a2, int a3); |
361 void PrepareDecorationsRenderList_ODM(); | 361 void PrepareDecorationsRenderList_ODM(); |
362 void DrawSpriteObjects_ODM(); | 362 void DrawSpriteObjects_ODM(); |
363 void TransformBillboardsAndSetPalettesODM(); | 363 void TransformBillboardsAndSetPalettesODM(); |
364 //float DrawBezierTerrain(); | 364 float DrawBezierTerrain(); |
365 void RenderTerrainD3D(); | 365 void RenderTerrainD3D(); |
366 //void DrawTerrainD3D(int a1, int edx0, int a3, int unk4); | 366 void DrawTerrainD3D(int a1, int edx0, int a3, int unk4); |
367 //void DrawTerrainSW(int a1, int a2, int a3, int a4); | 367 //void DrawTerrainSW(int a1, int a2, int a3, int a4); |
368 //void ExecOutdoorDrawSW(); | 368 //void ExecOutdoorDrawSW(); |
369 void ChangeBetweenWinFullscreenModes(); | 369 void ChangeBetweenWinFullscreenModes(); |
370 void DrawBillboardList_BLV(); | 370 void DrawBillboardList_BLV(); |
371 bool AreRenderSurfacesOk(); | 371 bool AreRenderSurfacesOk(); |