API / geotoolkit3d / scene / reservoir / hexahedral / ReservoirGrid / ReservoirGrid / Geometry
ReservoirGrid.ReservoirGrid.Geometry
Type Aliases
Type Aliases
Ƭ FilterOptions: IJKValueFilter & { maxbound?: Vector4 ; minbound?: Vector4 }
Ƭ OcclusionOptions: Object
| Name | Type | Description |
|---|---|---|
occlusioncheckcorners? | boolean | When enabled, the occlusion optimization system will make sure cells can only be occluded (removed from render when possible) if the cell's corners are shared by its 6 direct neighbors (not in diagonal). When disabled however, cells no longer check for corner sharing, meaning seams and faults between cells will no longer prevent them from being occluded. Disabling this option can result in artifacts (ex: seeing inside the reservoir from the outside, hollow reservoir in seams/faults). Enabled by default. |
Ƭ Options: OcclusionOptions & FilterOptions