|
group2 0.1.0
CSE 125 Group 2
|
First-person arm controls, independent from third-person weapon grips. More...
#include <ViewmodelConfig.hpp>
Public Attributes | |
| glm::vec3 | shoulderOffset {0.0f} |
| glm::vec3 | elbowOffset {0.0f} |
| HandMountPoint | palm |
| Weapon-local hard anchor for the hand. | |
| std::array< HandMountPoint, kHandFingerMountCount > | fingers {} |
| Palm-local child offsets. | |
First-person arm controls, independent from third-person weapon grips.
| glm::vec3 FirstPersonArmMountSet::elbowOffset {0.0f} |
| std::array<HandMountPoint, kHandFingerMountCount> FirstPersonArmMountSet::fingers {} |
Palm-local child offsets.
| HandMountPoint FirstPersonArmMountSet::palm |
Weapon-local hard anchor for the hand.
| glm::vec3 FirstPersonArmMountSet::shoulderOffset {0.0f} |