mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-11 13:41:50 +00:00
.github
docs
raw
iw4
statemaps
additive.sm
additive_stencil.sm
build_floatz.sm
build_shadowmap.sm
build_shadowmap_color.sm
build_shadowmap_depth.sm
build_shadowmap_model.sm
clear_alpha_stencil.sm
color_only.sm
default.sm
default2d.sm
effect_add.sm
multiply_fog.sm
nocolor.sm
objective.sm
passthrough.sm
pixel_cost_add.sm
premulalpha.sm
shadowcookie_receiver.sm
wireframe.sm
zfeather_add.sm
techniques
techsets
t5
t6
repo
scripts
src
test
thirdparty
tools
.clang-format
.gitignore
.gitmodules
CHANGES.md
LICENSE
README.md
generate.bat
generate.sh
premake5.lua
68 lines
493 B
Plaintext
68 lines
493 B
Plaintext
alphaTest
|
|
{
|
|
default:
|
|
Always;
|
|
}
|
|
|
|
blendFunc
|
|
{
|
|
default:
|
|
Disable, One, Zero;
|
|
}
|
|
|
|
separateAlphaBlendFunc
|
|
{
|
|
default:
|
|
Disable, One, Zero;
|
|
}
|
|
|
|
cullFace
|
|
{
|
|
default:
|
|
Back;
|
|
}
|
|
|
|
depthTest
|
|
{
|
|
default:
|
|
Disable;
|
|
}
|
|
|
|
depthWrite
|
|
{
|
|
default:
|
|
Disable;
|
|
}
|
|
|
|
colorWrite
|
|
{
|
|
default:
|
|
Disable, Enable;
|
|
}
|
|
|
|
gammaWrite
|
|
{
|
|
default:
|
|
passthrough;
|
|
}
|
|
|
|
polygonOffset
|
|
{
|
|
default:
|
|
0;
|
|
}
|
|
|
|
stencil
|
|
{
|
|
default:
|
|
OneSided,
|
|
Always, Zero, Zero, Zero,
|
|
Always, Zero, Zero, Zero;
|
|
}
|
|
|
|
wireframe
|
|
{
|
|
default:
|
|
Disable;
|
|
}
|