Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

v1.11.0

Compare
Choose a tag to compare
@luoxuhai luoxuhai released this 07 Oct 13:00
· 51 commits to master since this release

1.11.0 (2022-10-07)

BREAKING CHANGE!

✨ Features

  • Export Apis at the top level (5479c3d)
import * as PCL from 'pcl.js'

new PCL.PointCloud()
new PCL.PassThrough()

// or
import { PointXYZ, PointCloud, PassThrough, removeNaNFromPointCloud, VERSION, fs } from 'pcl.js'

new PointCloud()
new PassThrough()

Full Changelog: v1.10.0...v1.11.0