|
@@ -89,6 +89,10 @@
|
|
|
public static PlaneImpostor = 3;
|
|
|
public static CompoundImpostor = 4;
|
|
|
public static MeshImpostor = 4;
|
|
|
+ public static CapsuleImpostor = 5;
|
|
|
+ public static ConeImpostor = 6;
|
|
|
+ public static CylinderImpostor = 7;
|
|
|
+ public static ConvexHullImpostor = 8;
|
|
|
public static Epsilon = 0.001;
|
|
|
}
|
|
|
-}
|
|
|
+}
|