Navigation Menu

Skip to content

Commit

Permalink
#5532: Load decal info into editor
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Feb 20, 2021
1 parent 5965bc5 commit 539ce58
Show file tree
Hide file tree
Showing 5 changed files with 877 additions and 961 deletions.
1 change: 1 addition & 0 deletions include/ishaders.h
Expand Up @@ -60,6 +60,7 @@ class Material
PF_HasSortDefined = 1 << 0, // has a "sort" keyword in its definition
PF_HasAmbientRimColour = 1 << 1, // has an "ambientRimColor" keyword in its definition
PF_HasSpectrum = 1 << 2, // has a "spectrum" keyword in its definition
PF_HasDecalInfo = 1 << 3, // has a "decalinfo" keyword in its definition
};

// Surface Flags
Expand Down

0 comments on commit 539ce58

Please sign in to comment.