public class BuildTexture extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
BuildTexture() |
protected |
BuildTexture(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
BlendingMode |
getBlendingMode()
Texture blending mode.
|
int[] |
getCameras()
A list of cameras to be used for texturing.
|
protected static long |
getCPtr(BuildTexture obj) |
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, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected BuildTexture(long cPtr,
boolean cMemoryOwn)
public BuildTexture()
protected static long getCPtr(BuildTexture obj)
public 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()