public class MaterialNormalTextureInfo extends TextureInfo
| Constructor and Description |
|---|
MaterialNormalTextureInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
defaultScale()
Returns the default value of the scale
|
java.lang.Float |
getScale()
The scalar parameter applied to each normal vector of the normal
texture.
|
void |
setScale(java.lang.Float scale)
The scalar parameter applied to each normal vector of the normal
texture.
|
defaultTexCoord, getIndex, getTexCoord, setIndex, setTexCoordaddExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setScale(java.lang.Float scale)
scale - The scale to setpublic java.lang.Float getScale()
public java.lang.Float defaultScale()
getScale()Copyright © 2024. All Rights Reserved.