The @realsee/dnalogel@3.81.0 top-level type exports include the plugin families below. This catalog is intentionally high-level: verify each plugin's exact methods from its declaration file before production use.
| Export | Use case |
|---|---|
ModelViewPlugin | Render a model mini-view or secondary model perspective. |
PanoFloorplanRadarPlugin | Show a floorplan radar while the user is in panorama mode. |
ModelRoomLabelPlugin | Display room labels in model mode. |
TopviewFloorplanPlugin | Attach floorplan interaction to topview mode. |
ModelChassisCompassPlugin | Add a model-mode chassis compass. |
ModelEntryDoorGuidePlugin | Mark or guide users toward the entry door in model mode. |
CSS3DRenderPlugin | Place CSS3D DOM content in the spatial scene. |
CameraMovementPlugin | Drive scripted camera motion. |
ModelFloorplanPlugin | Add floorplan data to model mode. |
PanoRulerPlugin | Render panorama ruler and measurement interactions. |
PanoCompassPlugin | Show a compass in panorama mode. |
GuideLinePlugin | Render guided route lines. |
CruisePlugin | Build a cruise or walkthrough path. |
PanoTagPlugin | Display panorama tags. |
Object3DHelperPlugin | Add helper objects for custom 3D interaction. |
PanoVideoPlugin | Place video content in panorama context. |
PipelinePlugin | Compose plugin workflows. |
AreaMakerPlugin | Draw or annotate spatial areas. |
CurrentPanoImagePlugin | Work with the current panorama image. |
DigitalPerformancePlugin | Drive digital performance or presenter-style interactions. |
DigitalPerformanceV2 | Access the version-two digital-performance namespace. |
Integration guidance
Start with one plugin and one scene. Register the plugin when constructing Five SDK, verify that the plugin appears under five.plugins, then load only the data that plugin needs.
For example, a panorama ruler flow starts with the same plugin registration shape from the quickstart:
plugins: [[Plugin, 'PanoRulerPlugin', initOptions]]Then your application loads ruler data after Five SDK has loaded the work.
Production checklist
- Confirm the plugin export exists in
@realsee/dnalogel@3.81.0. - Confirm your Five SDK runtime version; this portal verifies Five SDK at
@realsee/five@6.8.9. - Keep OpenAPI calls server-side and pass browser-safe plugin data to the client.
- Dispose plugin resources when disposing the Five SDK instance.
