Package | Description |
---|---|
org.osm2world.core.target |
export targets for the generated models
|
org.osm2world.core.target.common |
Modifier and Type | Method and Description |
---|---|
void |
Target.drawExtrudedShape(Material material,
ShapeXZ shape,
List<VectorXYZ> path,
List<VectorXYZ> upVectors,
List<Double> scaleFactors,
List<List<VectorXZ>> texCoordLists,
EnumSet<ExtrudeOption> options)
extrudes a 2d shape along a path.
|
Modifier and Type | Method and Description |
---|---|
static ExtrudeOption |
ExtrudeOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtrudeOption[] |
ExtrudeOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTarget.drawExtrudedShape(Material material,
ShapeXZ shape,
List<VectorXYZ> path,
List<VectorXYZ> upVectors,
List<Double> scaleFactors,
List<List<VectorXZ>> texCoordLists,
EnumSet<ExtrudeOption> options)
draws an extruded shape using
AbstractTarget.drawTriangleStrip(Material, List, List) calls. |