|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Primitive.Type | |
---|---|
org.osm2world.core.target.common | |
org.osm2world.core.target.jogl | |
org.osm2world.core.target.primitivebuffer | |
org.osm2world.core.target.statistics |
Uses of Primitive.Type in org.osm2world.core.target.common |
---|
Fields in org.osm2world.core.target.common declared as Primitive.Type | |
---|---|
Primitive.Type |
Primitive.type
|
Methods in org.osm2world.core.target.common that return Primitive.Type | |
---|---|
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. |
Methods in org.osm2world.core.target.common with parameters of type Primitive.Type | |
---|---|
protected abstract void |
PrimitiveTarget.drawPrimitive(Primitive.Type type,
Material material,
List<? extends VectorXYZ> vs,
VectorXYZ[] normals)
|
Constructors in org.osm2world.core.target.common with parameters of type Primitive.Type | |
---|---|
Primitive(Primitive.Type type,
int[] indices,
VectorXYZ[] normals)
|
Uses of Primitive.Type in org.osm2world.core.target.jogl |
---|
Methods in org.osm2world.core.target.jogl with parameters of type Primitive.Type | |
---|---|
protected void |
JOGLTarget.drawPrimitive(Primitive.Type type,
Material material,
List<? extends VectorXYZ> vertices,
VectorXYZ[] normals)
|
static int |
JOGLTarget.getGLConstant(Primitive.Type type)
|
Uses of Primitive.Type in org.osm2world.core.target.primitivebuffer |
---|
Methods in org.osm2world.core.target.primitivebuffer with parameters of type Primitive.Type | |
---|---|
protected void |
PrimitiveBuffer.drawPrimitive(Primitive.Type type,
Material material,
List<? extends VectorXYZ> vertices,
VectorXYZ[] normals)
|
Uses of Primitive.Type in org.osm2world.core.target.statistics |
---|
Methods in org.osm2world.core.target.statistics with parameters of type Primitive.Type | |
---|---|
protected void |
StatisticsTarget.drawPrimitive(Primitive.Type type,
Material material,
List<? extends VectorXYZ> vs,
VectorXYZ[] normals)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |