|
wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
|
#include <bgi_dds.h>


Public Member Functions | |
| DdsPoint () | |
Public Member Functions inherited from bgi::DdsObject | |
| virtual | ~DdsObject ()=default |
Data Fields | |
| int | color {0} |
| CoordSpace | coordSpace {CoordSpace::BgiPixel} |
| glm::vec3 | pos {0.f, 0.f, 0.f} |
| std::string | ucsName |
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} |
|
inline |
| int bgi::DdsPoint::color {0} |
| CoordSpace bgi::DdsPoint::coordSpace {CoordSpace::BgiPixel} |
| glm::vec3 bgi::DdsPoint::pos {0.f, 0.f, 0.f} |
| std::string bgi::DdsPoint::ucsName |