Tagged Questions
2
votes
2answers
285 views
Calculate an AABB for bone animated model
I have a model that has its initial bounding box calculated by finding the maximum and minimum on the x, y and z axes. Producing a correct result like so:
The vertices are then stored in a VBO and ...