WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
Sphere Struct Reference

Axis-aligned bounding sphere. More...

#include <modelheaders.h>

Public Attributes

glm::vec3 min
 Minimum corner of the bounding box.
 
glm::vec3 max
 Maximum corner of the bounding box.
 
float radius
 Bounding sphere radius.
 

Detailed Description

Axis-aligned bounding sphere.

Definition at line 17 of file modelheaders.h.

Member Data Documentation

◆ max

glm::vec3 Sphere::max

Maximum corner of the bounding box.

Definition at line 22 of file modelheaders.h.

◆ min

glm::vec3 Sphere::min

Minimum corner of the bounding box.

Definition at line 20 of file modelheaders.h.

◆ radius

float Sphere::radius

Bounding sphere radius.

Definition at line 24 of file modelheaders.h.


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