Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Ecs::BoundingSphere Struct Reference

A bounding sphere for an entity. Used for frustum culling. More...

#include <EcsData.h>

Public Attributes

glm::vec3 center = { 0.0f, 0.0f, 0.0f }
float radius = 0.0f

Detailed Description

A bounding sphere for an entity. Used for frustum culling.

Definition at line 193 of file EcsData.h.

Member Data Documentation

◆ center

glm::vec3 Ecs::BoundingSphere::center = { 0.0f, 0.0f, 0.0f }

◆ radius


The documentation for this struct was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Ecs/EcsData.h