summaryrefslogtreecommitdiffstats
path: root/src/spatial.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to allow sequencing events on dronesXANTRONIX Development2022-03-171-8/+11
| | | | | | | | | | | | | | | | | | | | Changes: * Consolidate xas_drone_vox into xas_drone * Refactor xas_drone to no longer be centered around spatial objects for its vocalisations * Add a two-tone beep system to drones to allow beeping according to mood * Consolidate head-oriented sound effects into a single spatial object within drones * Implement ability to add a mixer to a spatial scene * Allow setting spatial coordinates for objects generically; remove code from src/spatial.c for doing this specifically
* Remove unnecessary #includeXANTRONIX Development2022-03-171-1/+0
|
* Relocate method in src/scene.cXANTRONIX Development2022-03-161-0/+8
|
* Remove xas_spatial_object_stop(), start()XANTRONIX Development2022-03-161-17/+0
|
* Remove unnecessary argument from callbacksXANTRONIX Development2022-03-141-2/+1
|
* don't do floating point cast/div, ya dingusXANTRONIX Development2022-03-111-4/+4
|
* Holy completely wrong types, Batman!XANTRONIX Development2022-03-111-2/+5
|
* Implement methods for observer, speaker rotationXANTRONIX Development2022-03-111-0/+18
|
* Save a few CPU cycles (the drones need 'em)XANTRONIX Development2022-03-111-4/+7
|
* Improve stereo image separationXANTRONIX Development2022-03-111-2/+10
|
* Plug additional memory leaksXANTRONIX Development2022-03-071-0/+1
|
* feline typosXANTRONIX Development2022-03-061-2/+2
|
* Improve aliasing on approaching objectsXANTRONIX Development2022-03-061-13/+47
|
* Rename sample delta to "delay" in src/spatial.cXANTRONIX Development2022-03-061-12/+12
|
* Temporarily remove sample spatial shiftingXANTRONIX Development2022-03-061-25/+2
|
* yeah, i guessXANTRONIX Development2022-03-051-5/+9
|
* Ensure defaults are initialisedXANTRONIX Development2022-03-051-8/+12
|
* Implement movement in spatial objectsXANTRONIX Development2022-03-051-32/+67
|
* Implement move() in src/spatial.cXANTRONIX Development2022-03-051-0/+15
| | | | | Implement move() in src/spatial.c to translate a point in 3D space along a heading
* Remove unnecessary functionXANTRONIX Development2022-03-051-10/+0
|
* Make wrappers for adding new spatial scene objectsXANTRONIX Development2022-03-011-0/+113
|
* Destroy managed spatial scene objectsXANTRONIX Development2022-03-011-0/+5
|
* s/new_stream/stream_new/ for consistencyXANTRONIX Development2022-02-281-1/+1
|
* Implement xas_spatial_scene_position_object()XANTRONIX Development2022-02-281-6/+18
|
* Implement xas_spatial_object_start(), stop()XANTRONIX Development2022-02-271-0/+9
|
* Save context data when adding scene objectsXANTRONIX Development2022-02-271-1/+3
|
* Rename 'coord' to 'point' where applicableXANTRONIX Development2022-02-271-31/+31
| | | | | Rename 'coord' to 'point' where applicable, to help disambiguate whether a coordinate is indeed a point or a rotation vector
* Use cone rotation, not point of base, for vectorsXANTRONIX Development2022-02-221-15/+23
|
* Even betterXANTRONIX Development2022-02-221-11/+3
|
* Holy shit we're in businessXANTRONIX Development2022-02-221-19/+18
|
* cats,,,XANTRONIX Development2022-02-211-52/+28
|
* am i a good cat ???XANTRONIX Development2022-02-211-37/+30
|
* maybe need that??? i'm a catXANTRONIX Development2022-02-211-0/+10
|
* do a heckin' relocate :3XANTRONIX Development2022-02-211-22/+22
|
* I run this company, do you expect me to do this?XANTRONIX Development2022-02-201-8/+80
|
* Ensure sample delta adjusts with object distanceXANTRONIX Development2022-02-181-14/+28
|
* Implement dotf()XANTRONIX Development2022-02-181-0/+22
| | | | Implement dotf() to produce dot product of matrices
* Initial implementation of point_within_cone()XANTRONIX Development2022-02-181-0/+31
| | | | | Initial implementation of point_within_cone(), without affine transformation of input to align cone on X axis
* baby stepsXANTRONIX Development2022-02-171-18/+20
|
* this halo is welded on nowXANTRONIX Development2022-02-161-0/+14
|
* Sometimes you just don't care because you forgotXANTRONIX Development2022-02-161-25/+24
|
* yeah that's betterXANTRONIX Development2022-02-161-1/+1
|
* Change way of calculating amplitude by distanceXANTRONIX Development2022-02-161-1/+1
|
* Well, it bloody works nowXANTRONIX Development2022-02-161-13/+20
|
* I'm kind of sad and scared right nowXANTRONIX Development2022-02-151-21/+36
|
* It's surprising this stuff compiles, but fuck itXANTRONIX Development2022-02-151-17/+206
|
* I wish I could do this to get out of my lifeXANTRONIX Development2022-02-091-0/+88