API / geotoolkit3d / postprocessing / OutlinePass / OutlinePass
postprocessing.OutlinePass.OutlinePass
Type Aliases
Type Aliases
Ƭ Options: RenderPassOptions & OptionsBase & { highlight: { resolution?: Vector2 } }
The OutlinePass constructor Options
Ƭ OptionsBase: Partial<RenderPassOptions> & OutlinePassOptions
The OutlinePass setOptions options.
Ƭ OutlinePassOptions: Object
| Name | Type | Description |
|---|---|---|
highlight? | { edgeglow?: number ; edgestrength?: number ; edgethickness?: number ; enabled?: boolean ; hiddencolor?: Color ; hiddenline?: boolean ; patterntexture?: Texture ; pulseperiod?: number ; visiblecolor?: Color } | The Highlight options |
highlight.edgeglow? | number | Factor for glow effect |
highlight.edgestrength? | number | Factor for edge strength |
highlight.edgethickness? | number | The edge thickness |
highlight.enabled? | boolean | Enable or disable the highlight effect. |
highlight.hiddencolor? | Color | The color for hidden edge |
highlight.hiddenline? | boolean | If true, show hidden outline in area that other objects clipped the selected object |
highlight.patterntexture? | Texture | Texture to use as pattern for the highlight effect. |
highlight.pulseperiod? | number | The time interval of a pulse effect |
highlight.visiblecolor? | Color | The color for visible edge |