Foundation
Loading...
Searching...
No Matches
Public Attributes | List of all members
Foundation::Examples::PhysicsShapeDesc Struct Reference

#include <JoltPhysicsWorld.hpp>

Public Attributes

PhysicsShapeType type {PhysicsShapeType::Box}
 
float3 halfExtent {0.5f, 0.5f, 0.5f}
 
float radius {0.5f}
 
float halfHeight {0.5f}
 

Member Data Documentation

◆ halfExtent

float3 Foundation::Examples::PhysicsShapeDesc::halfExtent {0.5f, 0.5f, 0.5f}

◆ halfHeight

float Foundation::Examples::PhysicsShapeDesc::halfHeight {0.5f}

◆ radius

float Foundation::Examples::PhysicsShapeDesc::radius {0.5f}

◆ type

PhysicsShapeType Foundation::Examples::PhysicsShapeDesc::type {PhysicsShapeType::Box}

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