mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Get decal switching working mostly
This commit is contained in:
@ -47,22 +47,58 @@ PART
|
||||
|
||||
decalFront = Decal-Front
|
||||
decalBack = Decal-Back
|
||||
decalShader = ConformalDecals/Feature/Bumped
|
||||
|
||||
useBaseNormal = false
|
||||
|
||||
TEXTURE
|
||||
{
|
||||
name = _Decal
|
||||
textureURL = ConformalDecals/Assets/Tortilla-diffuse
|
||||
isMain = true
|
||||
|
||||
}
|
||||
|
||||
MODULE {
|
||||
name = ModuleB9PartSwitch
|
||||
|
||||
SUBTYPE {
|
||||
name = tortilla
|
||||
|
||||
MODULE {
|
||||
IDENTIFIER {
|
||||
name = ModuleConformalDecal
|
||||
}
|
||||
DATA {
|
||||
decalShader = ConformalDecals/Feature/Bumped
|
||||
|
||||
TEXTURE {
|
||||
name = _Decal
|
||||
textureURL = ConformalDecals/Assets/Tortilla-diffuse
|
||||
isMain = true
|
||||
}
|
||||
|
||||
TEXTURE
|
||||
{
|
||||
name = _BumpMap
|
||||
textureURL = ConformalDecals/Assets/Tortilla-normal
|
||||
isNormalMap = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
TEXTURE
|
||||
{
|
||||
name = _BumpMap
|
||||
textureURL = ConformalDecals/Assets/Tortilla-normal
|
||||
isNormalMap = true
|
||||
SUBTYPE {
|
||||
name = Danger
|
||||
|
||||
MODULE {
|
||||
IDENTIFIER {
|
||||
name = ModuleConformalDecal
|
||||
}
|
||||
DATA {
|
||||
decalShader = ConformalDecals/Paint/Diffuse
|
||||
useBaseNormal = true
|
||||
TEXTURE {
|
||||
name = _Decal
|
||||
textureURL = ConformalDecals/Assets/Sign-HighVoltage-2
|
||||
isMain = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user