mirror of https://github.com/axmolengine/axmol.git
21 lines
426 B
Plaintext
21 lines
426 B
Plaintext
|
// A "Material" file can contain one or more materials
|
||
|
material BasicToon
|
||
|
{
|
||
|
technique normal
|
||
|
{
|
||
|
pass 0
|
||
|
{
|
||
|
shader
|
||
|
{
|
||
|
vertexShader = Sprite3DTest/toon.vert
|
||
|
fragmentShader = Sprite3DTest/toon.frag
|
||
|
|
||
|
sampler u_sampler0
|
||
|
{
|
||
|
path = Sprite3DTest/teapot.png
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|