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 |
getSourceModel()
Source model.
|
int |
getTextureSize()
Texture page size.
|
Model.TextureType |
getTextureType()
Texture type.
|
boolean |
getTransferTexture()
Transfer texture.
|
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 |
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.
|
apply, apply, close, delete, finalize, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, 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 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()