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

World weapon spawner model params. More...

#include <ViewmodelConfig.hpp>

Public Attributes

glm::vec3 scale {1.0f}
glm::vec3 translation {0.0f}
float yawOffset = 0.0f
float pitchOffset = 0.0f
float rollOffset = 0.0f
float spinDegreesPerSecond = 45.0f
float bobAmplitude = 6.0f
float bobHz = 0.6f

Detailed Description

World weapon spawner model params.

Member Data Documentation

◆ bobAmplitude

float WeaponSpawnerModelParams::bobAmplitude = 6.0f

◆ bobHz

float WeaponSpawnerModelParams::bobHz = 0.6f

◆ pitchOffset

float WeaponSpawnerModelParams::pitchOffset = 0.0f

◆ rollOffset

float WeaponSpawnerModelParams::rollOffset = 0.0f

◆ scale

glm::vec3 WeaponSpawnerModelParams::scale {1.0f}

◆ spinDegreesPerSecond

float WeaponSpawnerModelParams::spinDegreesPerSecond = 45.0f

◆ translation

glm::vec3 WeaponSpawnerModelParams::translation {0.0f}

◆ yawOffset

float WeaponSpawnerModelParams::yawOffset = 0.0f

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