|
|
|
|
|
|
|
|
|
|
void MigrateToUseInfluenceVolume() |
|
|
|
{ |
|
|
|
influenceVolume.boxSize = legacyProbe.size; |
|
|
|
influenceVolume.shape = influenceShape; |
|
|
|
influenceVolume.shape = influenceShape; //must be done after each size transfert
|
|
|
|
influenceVolume.boxBlendDistancePositive = blendDistancePositive; |
|
|
|
influenceVolume.boxBlendDistanceNegative = blendDistanceNegative; |
|
|
|
influenceVolume.boxBlendNormalDistancePositive = blendNormalDistancePositive; |
|
|
|