Definition at line 43 of file room.cpp.
◆ Type [1/2]
| Enumerator |
|---|
| Saturn | |
| Bird | |
| Saturn | |
| Bird | |
Definition at line 44 of file room.cpp.
44 {
45 Saturn,
46 Bird,
47 };
◆ Type [2/2]
| Enumerator |
|---|
| Saturn | |
| Bird | |
| Saturn | |
| Bird | |
Definition at line 46 of file room.cpp.
46 {
47 Saturn,
48 Bird,
49 };
◆ active
| bool walk::Collectible::active = true |
◆ hitCenterOffset
| glm::vec3 walk::Collectible::hitCenterOffset {0.0f} |
◆ position
| glm::vec3 walk::Collectible::position {0.0f} |
◆ radius
| float walk::Collectible::radius = 1.0f |
◆ rotation
| glm::vec3 walk::Collectible::rotation {0.0f} |
◆ rotationSpeed
| float walk::Collectible::rotationSpeed = 12.0f |
◆ scale
| glm::vec3 walk::Collectible::scale {1.0f} |
◆ type
The documentation for this struct was generated from the following files: