filename | src/pvr2/scene.h |
changeset | 847:2089244671d2 |
prev | 736:a02d1475ccfd |
next | 863:a5e5310061e2 |
author | nkeynes |
date | Sun Sep 07 04:23:49 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Fog work-in-progress |
file | annotate | diff | log | raw |
1.1 --- a/src/pvr2/scene.h Mon Jul 14 07:44:42 2008 +00001.2 +++ b/src/pvr2/scene.h Sun Sep 07 04:23:49 2008 +00001.3 @@ -127,6 +127,9 @@1.4 /** Specifies the translucency auto-sort mode for the scene */1.5 tile_sort_mode_t sort_mode;1.7 + float fog_lut_colour[4];1.8 + float fog_vert_colour[4];1.9 +1.10 /** Pointer to the start of the tile segment list in PVR2 VRAM (32-bit) */1.11 struct tile_segment *segment_list;1.12 /** Map from PVR2 polygon address to an element of poly_array. */
.