|
go()
Start the radiosity simulation. |
|
|
|
collectMeshes()
Convert selected visible meshes to patches for radiosity
calculation. |
|
|
|
freeData()
Release all memory used by radiosity. |
|
|
|
addMesh()
Add the new mesh created by the radiosity simulation (see go) to Blender. |
|
|
|
replaceMeshes()
Replace the original input meshes with the one calculated by
the radiosity simulation. |
|
|
|
limitSubdivide()
Subdivide patches (optional, it may improve results). |
|
|
|
|
|
filterElems()
Filter elements to remove aliasing artifacts. |
|
|
|
subdividePatches()
Pre-subdivision: detect high-energy patches and subdivide them
(optional, it may improve results). |
|
|
|
subdivideElems()
Pre-subdivision: detect high-energy elements (nodes) and subdivide
them (optional, it may improve results). |
|
|
|
removeDoubles()
Join elements (nodes) which differ less than the defined element
limit. |
|
|
int
|
|
|
|
int
|
getMaxIter()
Get maximum number of radiosity rounds. |
|
|
|
setMaxIter(ival)
Set maximum number of radiosity rounds. |
|
|
int
|
getSubShPatch()
Get maximum number of times the environment is tested to detect
patches. |
|
|
|
setSubShPatch(ival)
Set the maximum number of times the environment is tested to detect
patches. |
|
|
int
|
getSubShElem()
Get the number of times the environment is tested to detect elements. |
|
|
|
setSubShElem(ival)
Set number of times the environment is tested to detect elements. |
|
|
int
|
|
|
|
int
|
getMaxSubdivSh()
Get the maximum number of initial shoot patches evaluated. |
|
|
|
setMaxSubdivSh(ival)
Set the maximum number of initial shoot patches evaluated. |
|
|
int
|
|
|
|
int
|
|
|
|
int
|
|
|
setElemMax(ival)
Set the maximum size of an element. |
|
|
int
|
|
|
setElemMin(ival)
Set the minimum size of an element. |
|
|
int
|
|
|
|
float
|
|
|
|
float
|
getMult()
Get the energy value multiplier. |
|
|
|
setMult(fval)
Set the energy value multiplier. |
|
|
float
|
getGamma()
Get change in the contrast of energy values. |
|
|
|
setGamma(fval)
Set change in the contrast of energy values. |
|
|
int
|
|
|
|
int
|
getMode()
Get mode as an int (or'ed bitflags), see Modes dictionary. |
|
|
|
setMode(mode1=None,
mode2=None)
Set mode flags as strings: 'ShowLimits' and 'Z'. |
|
|