Skip to content

Commit

Permalink
Add Shader Support For Emissive Maps (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Apr 14, 2022
1 parent 2202e29 commit 0d7cca1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ struct ERS_STRUCT_Viewport {
bool GizmoEnabled = true; /**<Toggle On/Off The 3D Gizmo*/
bool ShowCube = true; /**<Enable/Disable The Viewport Cube*/
bool GridEnabled = true; /**<Enable/Disable The Viewport's Background Grid*/
bool LightICons = true; /**<Draw or don't draw the light icons*/
bool GammaCorrection = true; /**<Enable/disable gamma correction*/
int ShaderIndex = 0; /**<Index of the shader to be used*/

std::unique_ptr<bool> Enabled; /**<Indicates if the viewport is enabled*/
Expand Down

0 comments on commit 0d7cca1

Please sign in to comment.