|
wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
|
World-extents AABB stored in the DDS. More...
#include <bgi_dds.h>


Public Member Functions | |
| DdsWorldExtentsObj () | |
Public Member Functions inherited from bgi::DdsObject | |
| virtual | ~DdsObject ()=default |
Data Fields | |
| WorldExtents | extents |
Data Fields inherited from bgi::DdsObject | |
| bool | deleted {false} |
| Soft-delete; object stays in index. | |
| DdsExternalAttributes | externalAttributes |
| Generic external metadata for bridge/export workflows. | |
| std::string | id |
| Auto-generated sequential key ("1", "2", …). | |
| std::string | label |
| Optional user label; empty = unlabelled. | |
| DdsStyle | style |
| Baked draw state at creation time. | |
| DdsObjectType | type {DdsObjectType::Point} |
| bool | visible {true} |
World-extents AABB stored in the DDS.
|
inline |
| WorldExtents bgi::DdsWorldExtentsObj::extents |