| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.rendering | |
| org.achtern.AchternEngine.core.rendering.shader.forward.suits.phong |
| Modifier and Type | Field and Description |
|---|---|
protected ShaderSuit |
Material.shader |
| Modifier and Type | Method and Description |
|---|---|
ShaderSuit |
Material.getShader() |
| Modifier and Type | Method and Description |
|---|---|
void |
Material.setShader(ShaderSuit shader) |
| Constructor and Description |
|---|
Material(ShaderSuit shader)
Creates a Material with a given ShaderSuit
Use the parameter less constructor to get the default ShaderSuit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhongShaderSuit
Holds Shaders for the Phong lighting model,
currently supporting:
* Directional Lights
* Point Lights
* Spot Lights
Use
PhongShaderSuit.get() to get the instance! |
Copyright © 2015. All rights reserved.