public static class RenderControllerInterface.TextureSettings
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RenderControllerInterface.TextureSettings.FilterType |
| Modifier and Type | Field and Description |
|---|---|
RenderControllerInterface.TextureSettings.FilterType |
filterType
Filter type for created textures.
|
RenderController.ImageFormat |
imageFormat
Image format to use when creating textures.
|
boolean |
wrapU
Horizonal texture wrap.
|
boolean |
wrapV
Vertical texture wrap
|
| Constructor and Description |
|---|
TextureSettings() |
public RenderController.ImageFormat imageFormat
public RenderControllerInterface.TextureSettings.FilterType filterType
public boolean wrapU
public boolean wrapV