Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::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 269 of file EcsData.h.

Member Data Documentation

◆ center

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

Definition at line 270 of file EcsData.h.

◆ radius

float Engine::Ecs::BoundingSphere::radius = 0.0f

Definition at line 271 of file EcsData.h.


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