summaryrefslogtreecommitdiffstats
path: root/src/spatial.c
Commit message (Collapse)AuthorAgeFilesLines
* 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