HE_Mesh  5.1.2
wblut.processing.WB_PShapeFactory Class Reference

Static Public Member Functions

static PShape createFacetedPShape (final HE_Mesh mesh, final PApplet home)
 
static PShape createFacetedPShape (final HE_Mesh mesh, final PImage img, final PApplet home)
 
static PShape createFacetedPShape (final HE_Mesh mesh, final PImage[] img, final PApplet home)
 
static PShape createFacetedPShape (final HE_MeshStructure mesh, final double offset, final PApplet home)
 
static PShape createFacetedPShape (final WB_Mesh mesh, final PApplet home)
 
static PShape createFacetedPShapeWithFaceColor (final HE_Mesh mesh, final PApplet home)
 
static PShape createFacetedPShapeWithVertexColor (final HE_Mesh mesh, final PApplet home)
 
static PShape createFacettedPShape (final HE_Mesh mesh, final PApplet home)
 
static PShape createFacettedPShape (final HE_Mesh mesh, final PImage img, final PApplet home)
 
static PShape createFacettedPShape (final HE_Mesh mesh, final PImage[] img, final PApplet home)
 
static PShape createFacettedPShape (final HE_MeshStructure mesh, final double offset, final PApplet home)
 
static PShape createFacettedPShape (final WB_Mesh mesh, final PApplet home)
 
static PShape createFacettedPShapeWithFaceColor (final HE_Mesh mesh, final PApplet home)
 
static PShape createFacettedPShapeWithVertexColor (final HE_Mesh mesh, final PApplet home)
 
static PShape createSmoothPShape (final HE_Mesh mesh, final PApplet home)
 
static PShape createSmoothPShape (final HE_Mesh mesh, final PImage img, final PApplet home)
 
static PShape createSmoothPShape (final HE_Mesh mesh, final PImage[] img, final PApplet home)
 
static PShape createSmoothPShape (final WB_Mesh mesh, final PApplet home)
 
static PShape createSmoothPShapeWithFaceColor (final HE_Mesh mesh, final PApplet home)
 
static PShape createSmoothPShapeWithVertexColor (final HE_Mesh mesh, final PApplet home)
 
static PShape createWireframePShape (final HE_MeshStructure mesh, final PApplet home)
 

Static Private Attributes

static WB_GeometryFactory geometryfactory = new WB_GeometryFactory()
 

Detailed Description

Author
FVH

Member Function Documentation

static PShape wblut.processing.WB_PShapeFactory.createFacetedPShape ( final HE_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacetedPShape ( final HE_Mesh  mesh,
final PImage  img,
final PApplet  home 
)
static
Parameters
mesh
img
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacetedPShape ( final HE_Mesh  mesh,
final PImage[]  img,
final PApplet  home 
)
static
Parameters
mesh
img
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacetedPShape ( final HE_MeshStructure  mesh,
final double  offset,
final PApplet  home 
)
static
Parameters
mesh
offset
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacetedPShape ( final WB_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacetedPShapeWithFaceColor ( final HE_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacetedPShapeWithVertexColor ( final HE_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacettedPShape ( final HE_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacettedPShape ( final HE_Mesh  mesh,
final PImage  img,
final PApplet  home 
)
static
Parameters
mesh
img
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacettedPShape ( final HE_Mesh  mesh,
final PImage[]  img,
final PApplet  home 
)
static
Parameters
mesh
img
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacettedPShape ( final HE_MeshStructure  mesh,
final double  offset,
final PApplet  home 
)
static
Parameters
mesh
offset
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacettedPShape ( final WB_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacettedPShapeWithFaceColor ( final HE_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createFacettedPShapeWithVertexColor ( final HE_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createSmoothPShape ( final HE_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createSmoothPShape ( final HE_Mesh  mesh,
final PImage  img,
final PApplet  home 
)
static
Parameters
mesh
img
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createSmoothPShape ( final HE_Mesh  mesh,
final PImage[]  img,
final PApplet  home 
)
static
Parameters
mesh
img
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createSmoothPShape ( final WB_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createSmoothPShapeWithFaceColor ( final HE_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createSmoothPShapeWithVertexColor ( final HE_Mesh  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns
static PShape wblut.processing.WB_PShapeFactory.createWireframePShape ( final HE_MeshStructure  mesh,
final PApplet  home 
)
static
Parameters
mesh
home
Returns

Member Data Documentation

WB_GeometryFactory wblut.processing.WB_PShapeFactory.geometryfactory = new WB_GeometryFactory()
staticprivate

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