HE_Mesh2014
2.0.11
|
Public Member Functions | |
HES_CatmullClark () | |
HES_CatmullClark | setKeepEdges (final boolean b) |
HES_CatmullClark | setKeepBoundary (final boolean b) |
HES_CatmullClark | setBlendFactor (final double f) |
HES_CatmullClark | setBlendFactor (final WB_Parameter< Double > f) |
HE_Mesh | apply (final HE_Mesh mesh) |
HE_Mesh | apply (final HE_Selection selection) |
![]() | |
HES_Subdividor () | |
abstract HE_Mesh | apply (final HE_Mesh mesh) |
abstract HE_Mesh | apply (final HE_Selection selection) |
![]() | |
abstract HE_Mesh | apply (HE_Mesh mesh) |
abstract HE_Mesh | apply (HE_Selection selection) |
String | getStatus () |
Private Attributes | |
boolean | keepEdges |
boolean | keepBoundary = false |
WB_Parameter< Double > | blendFactor |
Static Private Attributes | |
static WB_GeometryFactory | gf = WB_GeometryFactory.instance() |
Additional Inherited Members | |
![]() | |
static final HET_ProgressTracker | tracker |
Catmull-Clark subdivision of a mesh.
wblut.hemesh.HES_CatmullClark.HES_CatmullClark | ( | ) |
Instantiates a new hE s_ catmull clark.
HE_Mesh wblut.hemesh.HES_CatmullClark.apply | ( | final HE_Selection | selection | ) |
HES_CatmullClark wblut.hemesh.HES_CatmullClark.setBlendFactor | ( | final double | f | ) |
Sets the blend factor.
f | the f |
HES_CatmullClark wblut.hemesh.HES_CatmullClark.setBlendFactor | ( | final WB_Parameter< Double > | f | ) |
Sets the blend factor.
f | the f |
HES_CatmullClark wblut.hemesh.HES_CatmullClark.setKeepBoundary | ( | final boolean | b | ) |
Keep boundary edges fixed?.
b | true/false |
HES_CatmullClark wblut.hemesh.HES_CatmullClark.setKeepEdges | ( | final boolean | b | ) |
Keep edges of selection fixed when subdividing selection?.
b | true/false |
|
private |
The blend factor.
|
staticprivate |
|
private |
Keep boundary?.
|
private |
Keep edges?.