Refactor Audio Backend to support single listener only

This commit is contained in:
Wojtek Figat
2024-05-04 21:47:47 +02:00
parent 388a0f4196
commit f604503566
11 changed files with 164 additions and 299 deletions

View File

@@ -3,3 +3,5 @@
#pragma once
#define METERS_TO_UNITS(meters) (meters * 100.0f)
#define UNITS_TO_METERS(units) (units * 0.01f)
#define UNITS_TO_METERS_SCALE 0.01f