group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
audio::ListenerState Struct Reference

#include <AudioMath.hpp>

Public Attributes

glm::vec3 position {0.0f}
glm::vec3 forward {0.0f, 0.0f, 1.0f}
glm::vec3 up {0.0f, 1.0f, 0.0f}
glm::vec3 velocity {0.0f}

Member Data Documentation

◆ forward

glm::vec3 audio::ListenerState::forward {0.0f, 0.0f, 1.0f}

◆ position

glm::vec3 audio::ListenerState::position {0.0f}

◆ up

glm::vec3 audio::ListenerState::up {0.0f, 1.0f, 0.0f}

◆ velocity

glm::vec3 audio::ListenerState::velocity {0.0f}

The documentation for this struct was generated from the following file: