You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
569 B
Plaintext
27 lines
569 B
Plaintext
{
|
|
"Shader": "SimpleTextured.shader",
|
|
"Variants": [
|
|
{
|
|
"StableId": 1,
|
|
"Options": {
|
|
"o_clamp": "true",
|
|
"o_useColorChannels": "false"
|
|
}
|
|
},
|
|
{
|
|
"StableId": 2,
|
|
"Options": {
|
|
"o_clamp": "true",
|
|
"o_useColorChannels": "true"
|
|
}
|
|
},
|
|
{
|
|
"StableId": 3,
|
|
"Options": {
|
|
"o_clamp": "false",
|
|
"o_useColorChannels": "true"
|
|
}
|
|
}
|
|
]
|
|
}
|