diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xas/spatial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xas/spatial.h b/include/xas/spatial.h index 864770b..5c706d0 100644 --- a/include/xas/spatial.h +++ b/include/xas/spatial.h @@ -6,6 +6,7 @@ #define XAS_SPATIAL_DEFAULT_OBSERVER_WIDTH 0.18f #define XAS_SPATIAL_DEFAULT_RADIUS 4000.0f /* metres */ #define XAS_SPATIAL_DEFAULT_SPEED 343.0f /* m/s */ +#define XAS_SPATIAL_DEFAULT_CONE_ANGLE 35.0f /* degrees */ typedef struct _xas_spatial_coord { float x, y, z; |