public class CustomLightingSettings extends java.lang.Object implements ILightingSettings
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomLightingSettings.Builder |
DEFAULT_3D, DEFAULT_FLAT| Modifier | Constructor and Description |
|---|---|
protected |
CustomLightingSettings(float yRot,
float xRot) |
protected |
CustomLightingSettings(float yRot1,
float xRot1,
float yRot2,
float xRot2) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyLighting() |
static CustomLightingSettings.Builder |
builder() |
protected void |
init(float yRot1,
float xRot1,
float yRot2,
float xRot2,
boolean doubleLight) |
protected CustomLightingSettings(float yRot,
float xRot)
protected CustomLightingSettings(float yRot1,
float xRot1,
float yRot2,
float xRot2)
protected void init(float yRot1,
float xRot1,
float yRot2,
float xRot2,
boolean doubleLight)
public void applyLighting()
applyLighting in interface ILightingSettingspublic static CustomLightingSettings.Builder builder()