Package | Description |
---|---|
org.osm2world.core.target.common | |
org.osm2world.core.target.jogl | |
org.osm2world.core.target.statistics |
Modifier and Type | Field and Description |
---|---|
Primitive.Type |
Primitive.type |
Modifier and Type | Method and Description |
---|---|
static Primitive.Type |
Primitive.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Primitive.Type[] |
Primitive.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
PrimitiveTarget.drawPrimitive(Primitive.Type type,
Material material,
List<VectorXYZ> vs,
List<VectorXYZ> normals,
List<List<VectorXZ>> texCoordLists) |
Constructor and Description |
---|
Primitive(Primitive.Type type,
List<VectorXYZ> vertices,
List<VectorXYZ> normals,
List<List<VectorXZ>> texCoordLists) |
Modifier and Type | Method and Description |
---|---|
protected void |
PrimitiveBuffer.drawPrimitive(Primitive.Type type,
Material material,
List<VectorXYZ> vertices,
List<VectorXYZ> normals,
List<List<VectorXZ>> texCoordLists) |
protected void |
AbstractJOGLTarget.drawPrimitive(Primitive.Type type,
Material material,
List<VectorXYZ> vertices,
List<VectorXYZ> normals,
List<List<VectorXZ>> texCoordLists) |
Modifier and Type | Method and Description |
---|---|
protected void |
StatisticsTarget.drawPrimitive(Primitive.Type type,
Material material,
List<VectorXYZ> vs,
List<VectorXYZ> normals,
List<List<VectorXZ>> texCoordLists) |