magic7721 / se07-9.1

Tìm hiểu về light estimation, tập xử lý light estimation với dữ liệu HDR, học cách xử lý Ambient và các custom shader sử dụng diffuse, specular… Có thể code trực tiếp bằng ARCore SDK
0 stars 0 forks source link

ARPointCloudManager #14

Open vungoc2009 opened 2 years ago

vungoc2009 commented 2 years ago

In 1.0, the ARPointCloudManager managed a single point cloud. Now, it can manage a collection of them, similar to the way other trackable managers work. Some AR platforms, like ARCore and ARKit, still only have a single point cloud. However, other platforms (supported in the future) will generate multiple point clouds.

As a result, the ARPointCloudManager.pointCloud property no longer exists. You can enumerate the point clouds like any other trackable manager, by iterating over its trackables property.