|
|
@ -72,9 +72,9 @@ import java.util.logging.Logger; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* <code>Material</code> describes the rendering style for a given |
|
|
|
* <code>Material</code> describes the rendering style for a given |
|
|
|
* {@link Geometry}. |
|
|
|
* {@link Geometry}. |
|
|
|
* <p>A material is essentially a list of { |
|
|
|
* <p>A material is essentially a list of {@link MatParam parameters}, |
|
|
|
* @link MatParam parameters}, those parameters map to uniforms which are |
|
|
|
* those parameters map to uniforms which are defined in a shader. |
|
|
|
* defined in a shader. Setting the parameters can modify the behavior of a |
|
|
|
* Setting the parameters can modify the behavior of a |
|
|
|
* shader. |
|
|
|
* shader. |
|
|
|
* <p/> |
|
|
|
* <p/> |
|
|
|
* @author Kirill Vainer |
|
|
|
* @author Kirill Vainer |
|
|
|