Collisions rendering improvements and bug fixes

This commit is contained in:
dexy
2019-12-09 17:06:59 +11:00
Unverified
parent 093ed36139
commit dd03e24fb0
6 changed files with 318 additions and 97 deletions
+2
View File
@@ -200,6 +200,8 @@ namespace CodeWalker
public bool MultipleSelection { get; set; }
public Vector3 MultipleSelectionCenter { get; set; }
public Vector3 BBOffset { get; set; }
public Quaternion BBOrientation { get; set; }
public BoundingBox AABB { get; set; }
public BoundingSphere BSphere { get; set; }
public int GeometryIndex { get; set; }