MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
walk::WallSegment Struct Reference

Public Attributes

glm::vec3 end {0.0f}
float height = 5.0f
glm::vec3 start {0.0f}

Detailed Description

Definition at line 31 of file room.cpp.

Member Data Documentation

◆ end

glm::vec3 walk::WallSegment::end {0.0f}

Definition at line 33 of file room.cpp.

33{0.0f};

◆ height

float walk::WallSegment::height = 5.0f

Definition at line 34 of file room.cpp.

◆ start

glm::vec3 walk::WallSegment::start {0.0f}

Definition at line 32 of file room.cpp.

32{0.0f};

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