Blending Scales

From NFBSP

Jump to: navigation, search

C# Code

All scales added together should add up to 1.0000.

struct BlendingScales { // Length: 16
  float[] Scales = new float[4];
}

Details

  • Scale0-3: Used to scale the position when blending.

See Also

Personal tools