public class BuildUV extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
BuildUV() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCamera()
Camera to be used for texturing in MappingCamera mode.
|
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, close, delete, finalize, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic 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()