|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcolladaLoader.Triangle
public class Triangle
Lucerne University of Applied Sciences and Arts http://www.hslu.ch
This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author
Field Summary | |
---|---|
Point3D |
A
the 3 Vertices of the Triangle |
Point3D |
B
the 3 Vertices of the Triangle |
Point3D |
C
the 3 Vertices of the Triangle |
Color |
colour
the color of the Triangle if the Triangle has no texture |
boolean |
containsTexture
says if the Triangle has Texture |
java.lang.String |
imageFileName
the Filename of the texture-Image |
processing.core.PImage |
imageReference
an Objectreference of a loaded image by processing. |
Point2D |
texA
Texture-Points |
Point2D |
texB
Texture-Points |
Point2D |
texC
Texture-Points |
Constructor Summary | |
---|---|
Triangle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Point3D A
public Point3D B
public Point3D C
public Point2D texA
public Point2D texB
public Point2D texC
public java.lang.String imageFileName
public boolean containsTexture
public processing.core.PImage imageReference
public Color colour
Constructor Detail |
---|
public Triangle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |