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:
2020-06-05 21:29:57 -07:00
parent 5560eee368
commit da1fbf0f2a
11 changed files with 151 additions and 89 deletions

View File

@ -47,6 +47,7 @@ PART
decalFront = Decal-Front
decalBack = Decal-Back
decalModel = Decal-Model
useBaseNormal = false

View File

@ -48,6 +48,7 @@ PART
decalFront = Decal-Front
decalBack = Decal-Back
decalModel = Decal-Model
useBaseNormal = true
}