group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
FirstPersonArmMountSet Struct Reference

First-person arm controls, independent from third-person weapon grips. More...

#include <ViewmodelConfig.hpp>

Collaboration diagram for FirstPersonArmMountSet:
[legend]

Public Attributes

glm::vec3 shoulderOffset {0.0f}
glm::vec3 elbowOffset {0.0f}
HandMountPoint palm
 Weapon-local hard anchor for the hand.
std::array< HandMountPoint, kHandFingerMountCountfingers {}
 Palm-local child offsets.

Detailed Description

First-person arm controls, independent from third-person weapon grips.

Member Data Documentation

◆ elbowOffset

glm::vec3 FirstPersonArmMountSet::elbowOffset {0.0f}

◆ fingers

std::array<HandMountPoint, kHandFingerMountCount> FirstPersonArmMountSet::fingers {}

Palm-local child offsets.

◆ palm

HandMountPoint FirstPersonArmMountSet::palm

Weapon-local hard anchor for the hand.

◆ shoulderOffset

glm::vec3 FirstPersonArmMountSet::shoulderOffset {0.0f}

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