public class MaterialOcclusionTextureInfo extends TextureInfo
| Constructor and Description |
|---|
MaterialOcclusionTextureInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
defaultStrength()
Returns the default value of the strength
|
java.lang.Float |
getStrength()
A scalar multiplier controlling the amount of occlusion applied.
|
void |
setStrength(java.lang.Float strength)
A scalar multiplier controlling the amount of occlusion applied.
|
defaultTexCoord, getIndex, getTexCoord, setIndex, setTexCoordaddExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setStrength(java.lang.Float strength)
strength - The strength to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Float getStrength()
public java.lang.Float defaultStrength()
getStrength()Copyright © 2024. All Rights Reserved.