public class BuildTexture extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
BuildTexture() |
| Modifier and Type | Method and Description |
|---|---|
BlendingMode |
getBlendingMode()
Texture blending mode.
|
int[] |
getCameras()
A list of cameras to be used for texturing.
|
boolean |
getFillHoles()
Enable hole filling.
|
boolean |
getGhostingFilter()
Enable ghosting filter.
|
int |
getMaxWorkgroupSize()
Maximum workgroup size (block model only).
|
int |
getSourceModel()
Source model.
|
int |
getTextureSize()
Texture page size.
|
Model.TextureType |
getTextureType()
Texture type.
|
boolean |
getTransferTexture()
Transfer texture.
|
int |
getWorkitemSizeCameras()
Number of cameras in a workitem (block model only).
|
void |
setBlendingMode(BlendingMode value)
Texture blending mode.
|
void |
setCameras(int[] value)
A list of cameras to be used for texturing.
|
void |
setFillHoles(boolean value)
Enable hole filling.
|
void |
setGhostingFilter(boolean value)
Enable ghosting filter.
|
void |
setMaxWorkgroupSize(int value)
Maximum workgroup size (block model only).
|
void |
setSourceModel(int value)
Source model.
|
void |
setTextureSize(int value)
Texture page size.
|
void |
setTextureType(Model.TextureType value)
Texture type.
|
void |
setTransferTexture(boolean value)
Transfer texture.
|
void |
setWorkitemSizeCameras(int value)
Number of cameras in a workitem (block model only).
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setBlendingMode(BlendingMode value)
public BlendingMode getBlendingMode()
public void setCameras(int[] value)
public int[] getCameras()
public void setFillHoles(boolean value)
public boolean getFillHoles()
public void setGhostingFilter(boolean value)
public boolean getGhostingFilter()
public void setMaxWorkgroupSize(int value)
public int getMaxWorkgroupSize()
public void setSourceModel(int value)
public int getSourceModel()
public void setTextureSize(int value)
public int getTextureSize()
public void setTextureType(Model.TextureType value)
public Model.TextureType getTextureType()
public void setTransferTexture(boolean value)
public boolean getTransferTexture()
public void setWorkitemSizeCameras(int value)
public int getWorkitemSizeCameras()