group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
physics::WallAttachmentResult Struct Reference

Stable wallrun attachment target on authored triangle meshes. More...

#include <WallDetection.hpp>

Public Attributes

bool found {false}
glm::vec3 anchor {0.0f}
glm::vec3 normal {0.0f}
uint32_t meshIndex {UINT32_MAX}
uint32_t triId {UINT32_MAX}
TriRegion region {TriRegion::Face}

Detailed Description

Stable wallrun attachment target on authored triangle meshes.

Member Data Documentation

◆ anchor

glm::vec3 physics::WallAttachmentResult::anchor {0.0f}

◆ found

bool physics::WallAttachmentResult::found {false}

◆ meshIndex

uint32_t physics::WallAttachmentResult::meshIndex {UINT32_MAX}

◆ normal

glm::vec3 physics::WallAttachmentResult::normal {0.0f}

◆ region

TriRegion physics::WallAttachmentResult::region {TriRegion::Face}

◆ triId

uint32_t physics::WallAttachmentResult::triId {UINT32_MAX}

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