#include <MRFillingSurface.h>
|
Vector3f | period = Vector3f::diagonal( 1.f ) |
| the distance between consecutive cylinders in each direction
|
|
Vector3f | width = Vector3f::diagonal( 0.3f ) |
| the width of cylinders in each direction
|
|
float | r = 0.4f |
| the radius of uniting spheres
|
|
bool | highRes = false |
|
◆ highRes
bool MR::FillingSurface::CellularSurface::Params::highRes = false |
◆ period
Vector3f MR::FillingSurface::CellularSurface::Params::period = Vector3f::diagonal( 1.f ) |
the distance between consecutive cylinders in each direction
float MR::FillingSurface::CellularSurface::Params::r = 0.4f |
the radius of uniting spheres
◆ width
Vector3f MR::FillingSurface::CellularSurface::Params::width = Vector3f::diagonal( 0.3f ) |
the width of cylinders in each direction
The documentation for this struct was generated from the following file: