跳到主要内容

关于

pcl.js 的 api 必须在初始化成功后调用,例如:

import * as PCL from 'pcl.js'const pcl = await PCL.init();// 调用 apipcl.io.PointCloud();