Method Run
Run(PiXYZAPI, OccurrenceList, OccurrenceList, uint, bool, float, int, bool)
Run Rule inside Pixyz
Declaration
public override OccurrenceList Run(PiXYZAPI pxz, OccurrenceList lod0PartOccurrences, OccurrenceList lodPartOccurrences, uint root, bool gpuBaking, float bakingOffset, int bakingUpscaling, bool filterTransparentOccurrences)
Parameters
Type | Name | Description |
---|---|---|
PiXYZAPI | pxz | Pixyz session |
OccurrenceList | lod0PartOccurrences | Original occurrences |
OccurrenceList | lodPartOccurrences | Duplicated occurrences for this LOD |
uint | root | Root occurrence of the scene |
bool | gpuBaking | Should baking happen on GPU |
float | bakingOffset | Offset for baking method |
int | bakingUpscaling | Upscaling factor for baked maps |
bool | filterTransparentOccurrences | Filter out transparent occurrences from lod generation |
Returns
Type | Description |
---|---|
OccurrenceList | Output LOD occurrences |