Mesh Bound Calculation

Discussion in 'Mod Support' started by Maldor96, November 13, 2014.

  1. Maldor96

    Maldor96 Active Member

    Messages:
    213
    Likes Received:
    196
    What is the method of calculating the mesh bounding for a unit
    example:
    Code:
      "mesh_bounds": [
        12.6,
        8.71255,
        15.6193
      ], 
    taken straight from Base_Commander.json
    also
    Code:
      "mesh_bounds": [
        11,
        6,
        13.6193
      ], 
    Taken from Imperial_Alpha.json
    What determines how big the mesh bound is? And is it formatted like
    Code:
      "mesh_bounds": [
        X,
        Y,
        Z
      ], 
    Or what?

Share This Page