public class RemoveLighting extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
RemoveLighting() |
Modifier and Type | Method and Description |
---|---|
double |
getAmbientOcclusionMultiplier()
Ambient occlusion multiplier.
|
java.lang.String |
getAmbientOcclusionPath()
Path to ambient occlusion texture atlas.
|
boolean |
getColorMode()
Enable multi-color processing mode.
|
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, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
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()