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


Public Member Functions | |
| DdsBar3D () | |
Public Member Functions inherited from bgi::DdsObject | |
| virtual | ~DdsObject ()=default |
Data Fields | |
| CoordSpace | coordSpace {CoordSpace::BgiPixel} |
| float | depth {0.f} |
| glm::vec3 | p1 {0.f, 0.f, 0.f} |
| glm::vec3 | p2 {0.f, 0.f, 0.f} |
| bool | topFlag {true} |
| 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 |
| CoordSpace bgi::DdsBar3D::coordSpace {CoordSpace::BgiPixel} |
| float bgi::DdsBar3D::depth {0.f} |
| glm::vec3 bgi::DdsBar3D::p1 {0.f, 0.f, 0.f} |
| glm::vec3 bgi::DdsBar3D::p2 {0.f, 0.f, 0.f} |
| bool bgi::DdsBar3D::topFlag {true} |
| std::string bgi::DdsBar3D::ucsName |