mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix scaling issues when part is created
• KSP rescales the model object back to 1,1,1 on start, so don't use that for the model that gets scaled • Some refactoring to consolidate property IDs • rename some classes because I am indecisive • Add and Get methods for MaterialPropertyCollection • Make an attempt at a scale culling fix
This commit is contained in:
@ -47,6 +47,7 @@ PART
|
||||
|
||||
decalFront = Decal-Front
|
||||
decalBack = Decal-Back
|
||||
decalModel = Decal-Model
|
||||
|
||||
useBaseNormal = false
|
||||
|
||||
|
@ -48,6 +48,7 @@ PART
|
||||
|
||||
decalFront = Decal-Front
|
||||
decalBack = Decal-Back
|
||||
decalModel = Decal-Model
|
||||
|
||||
useBaseNormal = true
|
||||
}
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user