15 lines
187 B
Text
15 lines
187 B
Text
{
|
|
stateMap "color_only";
|
|
|
|
vertexShader 1.1 "sky.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 2.0 "sky.hlsl"
|
|
{
|
|
skyMapSampler = material.colorMap;
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
|
|
}
|