wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
bgi::DdsCone Struct Reference

#include <bgi_dds.h>

Inheritance diagram for bgi::DdsCone:
Inheritance graph
[legend]
Collaboration diagram for bgi::DdsCone:
Collaboration graph
[legend]

Public Member Functions

 DdsCone ()
 
- Public Member Functions inherited from bgi::DdsObject
virtual ~DdsObject ()=default
 

Data Fields

int cap {1}
 Non-zero = draw the base disc cap.
 
float height {1.f}
 
float radius {1.f}
 
- Data Fields inherited from bgi::DdsSolid3D
CoordSpace coordSpace {CoordSpace::World3D}
 
SolidDrawMode drawMode {SolidDrawMode::Wireframe}
 
int edgeColor {15}
 Color for wireframe edges (BGI palette index).
 
int faceColor {7}
 Color for filled faces (BGI palette index).
 
glm::vec3 origin {0.f, 0.f, 0.f}
 
int slices {16}
 Tessellation: segments around circular axis.
 
int stacks {8}
 Tessellation: segments along height/depth axis.
 
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}
 

Constructor & Destructor Documentation

◆ DdsCone()

bgi::DdsCone::DdsCone ( )
inline

Field Documentation

◆ cap

int bgi::DdsCone::cap {1}

Non-zero = draw the base disc cap.

◆ height

float bgi::DdsCone::height {1.f}

◆ radius

float bgi::DdsCone::radius {1.f}

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