nuclide/base/textures/skybox/dune.mat
Marco Cawthorne d41b90c081 Base: Give some love to base/
VGUI-Menu: friendList, chat backend, textview class proto
SurfaceProps: Flesh impacts recognition
PropData: BreakModels now use a bodyque to limit possible physics overhead
PMove: falldamage, liquids can now be configured via external decl
NSWeapon: added alternative punchangle based on springs, 'punchSpring X Y Z' in decl
API: Team class management APIS
NSPhysicsEntity: Optimised, optimised, optimised. New cvar: phys_lowspec. Scraping, impact effects etc have been added.
More polish everywhere else
2025-01-02 18:53:55 -08:00

37 lines
681 B
Text

{
qer_editorImage "skybox/dune.ktx"
surfaceParm sky
surfaceParm noimpact
surfaceParm nolightmap
surfaceParm nodlight
noPicMip
nomipmaps
if $programs
skyParms - 256 -
{
program skybox_hdr
map $cube:env/dune_hdr/40th/bg
map $cube:env/dune_hdr/250th/bg
map $cube:env/dune_hdr/1600th/bg
map skybox/clouds/dunecloud.ktx
map skybox/clouds/dunecloud_layer.ktx
}
else
skyParms env/dune_hdr/250th/bg 256 -
{
map "skybox/clouds/dunecloud.ktx"
tcMod scroll 0.001 0.001
tcMod scale 5 5
blendFunc blend
rgbGen identity
}
{
map "skybox/clouds/dunecloud_layer.ktx"
tcMod scroll 0.002 0.002
tcMod scale 5 5
blendFunc blend
rgbGen identity
}
endif
}