ship.st文件我猜应该是管理贴图的
static Texture $diffuse
static Texture $glow
simple base(Texture $diffuse, Texture $glow, Colour $teambase, Colour $teamstripe, Colour $fogColour, Colour $addColour, Colour $shadowColour)
{
setCap depthBufferCap true
setCap gouraudCap true
setCap cullCap true
setCap texture0Cap true
setCap lightingCap true fillMode solidFill
cullMode backCull material ambient 1 1 1 1
material diffuse 1 1 1 1
material specular 1 1 1 1
material shininess 96 96 96 96
setVertexColour 1 1 1 1 textureBind 0 $diffuse
// textureMode replaceMode
static Texture $diffuse
static Texture $glow
simple base(Texture $diffuse, Texture $glow, Colour $teambase, Colour $teamstripe, Colour $fogColour, Colour $addColour, Colour $shadowColour)
{
setCap depthBufferCap true
setCap gouraudCap true
setCap cullCap true
setCap texture0Cap true
setCap lightingCap true fillMode solidFill
cullMode backCull material ambient 1 1 1 1
material diffuse 1 1 1 1
material specular 1 1 1 1
material shininess 96 96 96 96
setVertexColour 1 1 1 1 textureBind 0 $diffuse
// textureMode replaceMode