Age | Commit message (Collapse) | Author |
|
|
|
|
|
updated build config to strip havok debug symbols
also added mac convex decomp stub lib.
|
|
Make rendering of convex hullified prims work in physics shape display.
Reviewed by Falcon.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
choosing "Triangle Limit"
|
|
|
|
Fix for crash due to race condition when uploading meshes.
|
|
|
|
|
|
|
|
|
|
xcode didn't like the way we were defining inner classes and assuming that if the outer class
was a friend that the inner class would be too. Couldn't forward-declare the inner class
so had to re-arrange the order of class declaration.
Between re-ordering the class declarations, and explicitly making the inner class a friend,
this un-sticks the mac build, and makes it happy.
Code reviewed by davep.
|
|
available.
|
|
|
|
|
|
Pushing in the cmake change that will make the mac build use the non-stub version of the convex decomp lib.
|
|
prims where appropriate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reviewed by prep.
|
|
|
|
|
|
Extended the current filename checking to handle the case where we
have a user cancel a selection of an LOD file beyond the first.
mLoading is made false in either case, but the dialog is closed
if a file has not been chosen for the highest LOD.
|
|
implement gMeshRepo.buildHull
|
|
convex hull or no physics.
|
|
|
|
|
|
|
|
|