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

Session Relative Data #8

Open vungoc2009 opened 2 years ago

vungoc2009 commented 2 years ago

Many of the trackables in AR Foundation 1.0 had "session relative data", e.g., BoundedPlane and XRReferencePoint. These are no longer directly accessible; all their memebers are now properties of an AR Foundation trackable. Example: Trackable:ARPlane 1.0 accessor:boundedPlane.Id 2.0 accessor:trackableId