Skip to content

Commit

Permalink
fix doc pointcloudvisualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinMachado committed Nov 15, 2023
1 parent 81acfdb commit a8e9f09
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/point_cloud_visualizer/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,18 @@ import {
import { round, vector3ToLabel } from '@ud-viz/utils_shared';

import './style.css';

/**
* @typedef {object} PointCloudOptions
* @property {string} name - name of C3DTilesLayer
* @property {object} source - C3DTilesLayer source
* @property {string} source.url - url to the tileset.json
*/
export class PointCloudVisualizer {
/**
*
* @param {import("itowns").Extent} extent - itowns extent
* @param {Array<C3DTilesLayer>} pointClouds - points cloud layer params
* @param {Array<PointCloudOptions>} pointClouds - points cloud layer params
* @param {object} options - options
* @param {HTMLElement} options.parentDomElement - where to append planar view domelement
* @param {string} options.domElementClass - css class to apply to this.domElement
Expand Down

0 comments on commit a8e9f09

Please sign in to comment.