Last updated

API / geotoolkit3d / scene / reservoir / hexahedral / ReservoirGrid / ReservoirGrid / Geometry

Namespace: Geometry

ReservoirGrid.ReservoirGrid.Geometry

Table of contents

Type Aliases

Contents

Type Aliases

FilterOptions

Ƭ FilterOptions: IJKValueFilter & { maxbound?: Vector4 ; minbound?: Vector4 }


OcclusionOptions

Ƭ OcclusionOptions: Object

Type declaration

NameTypeDescription
occlusioncheckcorners?booleanWhen 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

Ƭ Options: OcclusionOptions & FilterOptions