public class BlendTriangle extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BlendVertex[] |
verts
Vertex of triangle.
|
| Constructor and Description |
|---|
BlendTriangle() |
| Modifier and Type | Method and Description |
|---|---|
BlendVertex[] |
getVerts()
Return actual collection of vers, not a copy
|
void |
setVertex(int i,
cz.cuni.amis.pogamut.base3d.worldview.object.Location location,
GlColor color)
Create new BlendVertex for vertex i of poly.
|
protected BlendVertex[] verts
public BlendVertex[] getVerts()
public void setVertex(int i,
cz.cuni.amis.pogamut.base3d.worldview.object.Location location,
GlColor color)
i - index of vertex, from zero to num of vertslocation - location fo vertexcolor - color f vertexCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.