Navigation Menu

Skip to content

Commit

Permalink
Added decormaps (disabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 24, 2003
1 parent e08ecc6 commit 2d78699
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/Include/r_data.h
Expand Up @@ -104,6 +104,7 @@ typedef struct {
float interpos; // Blending strength (0..1).
struct dynlight_s *lights; // List of lights that affect this poly.
uint numlights;
DGLuint decorlightmap; // Pregen RGB lightmap for decor lights.
sector_t *sector; // The sector this poly belongs to (if any).

// The geometry:
Expand Down Expand Up @@ -283,5 +284,6 @@ void R_SetAnimGroup(int type, int number, int group);
boolean R_IsCustomTexture(int texture);
boolean R_IsAllowedDecoration(ded_decor_t *def, int index, boolean hasExternal);
boolean R_IsValidLightDecoration(ded_decorlight_t *lightDef);
void R_GenerateDecorMap(ded_decor_t *def);

#endif

0 comments on commit 2d78699

Please sign in to comment.