Package | Description |
---|---|
org.osm2world.core.target.common |
Modifier and Type | Field and Description |
---|---|
TextureData.Wrap |
TextureData.wrap
wrap style of the texture
|
Modifier and Type | Method and Description |
---|---|
static TextureData.Wrap |
TextureData.Wrap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextureData.Wrap[] |
TextureData.Wrap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TextureData(File file,
double width,
double height,
TextureData.Wrap wrap,
TexCoordFunction texCoordFunction,
boolean colorable,
boolean isBumpMap) |