public class RemoveLighting extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
RemoveLighting() |
protected |
RemoveLighting(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
double |
getAmbientOcclusionMultiplier()
Ambient occlusion multiplier.
|
java.lang.String |
getAmbientOcclusionPath()
Path to ambient occlusion texture atlas.
|
boolean |
getColorMode()
Enable multi-color processing mode.
|
protected static long |
getCPtr(RemoveLighting obj) |
double |
getInternalBlur()
Internal blur.
|
double |
getMeshNoiseSuppression()
Mesh normals noise suppression strength.
|
void |
setAmbientOcclusionMultiplier(double value)
Ambient occlusion multiplier.
|
void |
setAmbientOcclusionPath(java.lang.String value)
Path to ambient occlusion texture atlas.
|
void |
setColorMode(boolean value)
Enable multi-color processing mode.
|
void |
setInternalBlur(double value)
Internal blur.
|
void |
setMeshNoiseSuppression(double value)
Mesh normals noise suppression strength.
|
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected RemoveLighting(long cPtr,
boolean cMemoryOwn)
public RemoveLighting()
protected static long getCPtr(RemoveLighting obj)
public void setAmbientOcclusionMultiplier(double value)
public double getAmbientOcclusionMultiplier()
public void setAmbientOcclusionPath(java.lang.String value)
public java.lang.String getAmbientOcclusionPath()
public void setColorMode(boolean value)
public boolean getColorMode()
public void setInternalBlur(double value)
public double getInternalBlur()
public void setMeshNoiseSuppression(double value)
public double getMeshNoiseSuppression()