Boolean3D
GPU GpuCombines two 3D meshes with boolean-style scene operations.
Boolean3D merges geometry streams using union, subtraction, or intersection semantics and can optionally smooth the transition angle between surfaces.
Parameters
| Name | Type | Description |
|---|---|---|
| operation | int | Boolean operation to apply. |
| smooth_angle | float | Smoothing angle used when blending the boolean result. |