![]() |
Scanframe Modular Application 0.1.0
|
Parameters for generating the data. More...
#include <Cylinder.h>
Public Attributes | |
float | height |
float | radius |
int | stacks |
int | sectors |
bool | top |
bool | bottom |
Parameters for generating the data.
bool sf::xgl::Cylinder::Parameters::bottom |
Closes the cylinder at the bottom.
float sf::xgl::Cylinder::Parameters::height |
Height of the cylinder.
float sf::xgl::Cylinder::Parameters::radius |
Radius of the cylinder.
int sf::xgl::Cylinder::Parameters::sectors |
Number of sectors (segments around the circumference).
int sf::xgl::Cylinder::Parameters::stacks |
Number of stacks (segments along the height).
bool sf::xgl::Cylinder::Parameters::top |
Closes the cylinder at the top.