public class BuildUV extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
BuildUV() |
protected |
BuildUV(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
int |
getCamera()
Camera to be used for texturing in MappingCamera mode.
|
protected static long |
getCPtr(BuildUV obj) |
MappingMode |
getMappingMode()
Texture mapping mode.
|
int |
getPageCount()
Number of texture pages to generate.
|
int |
getTextureSize()
Expected size of texture page at texture generation step.
|
void |
setCamera(int value)
Camera to be used for texturing in MappingCamera mode.
|
void |
setMappingMode(MappingMode value)
Texture mapping mode.
|
void |
setPageCount(int value)
Number of texture pages to generate.
|
void |
setTextureSize(int value)
Expected size of texture page at texture generation step.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected BuildUV(long cPtr,
boolean cMemoryOwn)
public BuildUV()
protected static long getCPtr(BuildUV obj)
public void setCamera(int value)
public int getCamera()
public void setMappingMode(MappingMode value)
public MappingMode getMappingMode()
public void setPageCount(int value)
public int getPageCount()
public void setTextureSize(int value)
public int getTextureSize()