@awayjs/view
Version:
View for AwayJS
42 lines • 486 B
TypeScript
/**
*
*/
export declare enum BoundingVolumeType {
/**
*
*/
SPHERE = 0,
/**
*
*/
SPHERE_FAST = 1,
/**
*
*/
SPHERE_BOUNDS = 2,
/**
*
*/
SPHERE_BOUNDS_FAST = 3,
/**
*
*/
BOX = 4,
/**
*
*/
BOX_FAST = 5,
/**
*
*/
BOX_BOUNDS = 6,
/**
*
*/
BOX_BOUNDS_FAST = 7,
/**
*
*/
NULL = 8
}
//# sourceMappingURL=BoundingVolumeType.d.ts.map