thatopen-impl-highlighting
Installation
SKILL.md
ThatOpen Highlighting & Selection
Overview
This skill covers element highlighting, selection, hover effects, outline rendering, and fragment-to-mesh conversion in a ThatOpen BIM viewer. The five components covered are:
| Component | Package | Purpose |
|---|---|---|
| Highlighter | @thatopen/components-front |
Click-based element selection with color styles |
| Hoverer | @thatopen/components-front |
Fade animation on hover |
| Outliner | @thatopen/components-front |
Post-processing outline effects |
| Mesher | @thatopen/components-front |
Convert fragment selections to THREE.Mesh |
| FastModelPicker | @thatopen/components |
GPU-based element picking |
Version: @thatopen/components-front 3.3.x Prerequisites: thatopen-impl-viewer (world setup, PostproductionRenderer)
Related skills