Skip to content

Commit

Permalink
shader editor: add skybox template
Browse files Browse the repository at this point in the history
  • Loading branch information
Garux committed Dec 11, 2024
1 parent d425977 commit ff9aeaf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions radiant/gtkdlgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,22 @@ R"(
// remap back to original shader
q3map_remapShader textures/
}
)"
},
{
"%skybox",
R"(
qer_editorImage env/
surfaceparm noimpact
surfaceparm nolightmap
surfaceparm sky
q3map_sunExt 1 1 1 85 -43 60 2 16
q3map_LightMapFilterRadius 0 8
q3map_skylight 70 4
nopicmip
// path without _bk.tga suffix
skyparms env/
}
)"
},
};
Expand Down

0 comments on commit ff9aeaf

Please sign in to comment.