mirror of https://github.com/axmolengine/axmol.git
144 lines
2.7 KiB
Plaintext
144 lines
2.7 KiB
Plaintext
material spaceship
|
|
{
|
|
technique unlit
|
|
{
|
|
pass 0
|
|
{
|
|
renderState
|
|
{
|
|
blend = true
|
|
blendSrc = ONE
|
|
blendDst = ONE_MINUS_SRC_ALPHA
|
|
}
|
|
shader
|
|
{
|
|
vertexShader = Shaders3D/3d_position_tex.vert
|
|
fragmentShader = Shaders3D/3d_color_tex.frag
|
|
}
|
|
sampler 0
|
|
{
|
|
path = Sprite3DTest/boss.png
|
|
wrapS = CLAMP_TO_EDGE
|
|
wrapT = CLAMP_TO_EDGE
|
|
minFilter = LINEAR
|
|
magFilter = LINEAR
|
|
mipmap = false
|
|
}
|
|
}
|
|
}
|
|
|
|
technique lit
|
|
{
|
|
pass 0
|
|
{
|
|
renderState
|
|
{
|
|
blend = true
|
|
blendSrc = ONE
|
|
blendDst = ONE_MINUS_SRC_ALPHA
|
|
}
|
|
shader
|
|
{
|
|
defines = MAX_POINT_LIGHT_NUM 1;MAX_SPOT_LIGHT_NUM 1;MAX_DIRECTIONAL_LIGHT_NUM 1
|
|
vertexShader = Shaders3D/3d_position_normal_tex.vert
|
|
fragmentShader = Shaders3D/3d_color_normal_tex.frag
|
|
}
|
|
sampler 0
|
|
{
|
|
path = Sprite3DTest/boss.png
|
|
wrapS = CLAMP_TO_EDGE
|
|
wrapT = CLAMP_TO_EDGE
|
|
minFilter = LINEAR
|
|
magFilter = LINEAR
|
|
mipmap = false
|
|
}
|
|
}
|
|
}
|
|
|
|
technique outline
|
|
{
|
|
pass outline thin
|
|
{
|
|
renderState
|
|
{
|
|
blend = true
|
|
blendSrc = ONE
|
|
blendDst = ONE_MINUS_SRC_ALPHA
|
|
cullFace = true
|
|
cullFaceSide = FRONT
|
|
depthTest = true
|
|
}
|
|
shader
|
|
{
|
|
vertexShader = Shaders3D/OutLine.vert
|
|
fragmentShader = Shaders3D/OutLine.frag
|
|
OutLineColor = 1,0,0
|
|
OutlineWidth = 0.01
|
|
|
|
}
|
|
sampler 0
|
|
{
|
|
path = Sprite3DTest/boss.png
|
|
wrapS = CLAMP_TO_EDGE
|
|
wrapT = CLAMP_TO_EDGE
|
|
minFilter = LINEAR
|
|
magFilter = LINEAR
|
|
mipmap = false
|
|
}
|
|
}
|
|
pass outline thick
|
|
{
|
|
renderState
|
|
{
|
|
blend = true
|
|
blendSrc = ONE
|
|
blendDst = ONE_MINUS_SRC_ALPHA
|
|
cullFace = true
|
|
cullFaceSide = FRONT
|
|
depthTest = true
|
|
}
|
|
shader
|
|
{
|
|
vertexShader = Shaders3D/OutLine.vert
|
|
fragmentShader = Shaders3D/OutLine.frag
|
|
OutLineColor = 0,0,1
|
|
OutlineWidth = 0.02
|
|
|
|
}
|
|
sampler 0
|
|
{
|
|
path = Sprite3DTest/boss.png
|
|
wrapS = CLAMP_TO_EDGE
|
|
wrapT = CLAMP_TO_EDGE
|
|
minFilter = LINEAR
|
|
magFilter = LINEAR
|
|
mipmap = false
|
|
}
|
|
}
|
|
pass 1
|
|
{
|
|
renderState
|
|
{
|
|
blend = true
|
|
blendSrc = ONE
|
|
blendDst = ONE_MINUS_SRC_ALPHA
|
|
}
|
|
shader
|
|
{
|
|
vertexShader = Shaders3D/3d_position_tex.vert
|
|
fragmentShader = Shaders3D/3d_color_tex.frag
|
|
|
|
}
|
|
sampler 0
|
|
{
|
|
path = Sprite3DTest/boss.png
|
|
wrapS = CLAMP_TO_EDGE
|
|
wrapT = CLAMP_TO_EDGE
|
|
minFilter = LINEAR
|
|
magFilter = LINEAR
|
|
mipmap = false
|
|
}
|
|
}
|
|
}
|
|
}
|