The size of the box that covers the whole mesh is simply the difference between the max and the min position: vec3 size = max - min;
1 of 2
user35344
The size of the box that covers the whole mesh is simply the difference between the max and the min position: vec3 size = max - min;