MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::FillingSurface::CellularSurface::Params Struct Reference

#include <MRFillingSurface.h>

Public Attributes

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
 

Member Data Documentation

◆ 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

◆ r

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: