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
Several APIs used a TryGet or TryAdd style of API. Such methods that dealt with reference types have dropped the Try prefix.
Examples:
1.0
ARPlane.TryGetPlane(trackableId)
ARReferencePoint.TryAddReferencePoint
ARReferencePoint.TryAttachReferencePoint
bool ARReferencePoint.TryRemoveReferencePoint
2.0
ARPlane.GetPlane(trackableId)
ARReferencePoint.AddReferencePoint
ARReferencePoint.AttachReferencePoint
bool
ARReferencePoint.RemoveReferencePoint
Several APIs used a TryGet or TryAdd style of API. Such methods that dealt with reference types have dropped the Try prefix. Examples: 1.0 ARPlane.TryGetPlane(trackableId) ARReferencePoint.TryAddReferencePoint ARReferencePoint.TryAttachReferencePoint bool ARReferencePoint.TryRemoveReferencePoint 2.0 ARPlane.GetPlane(trackableId) ARReferencePoint.AddReferencePoint ARReferencePoint.AttachReferencePoint bool ARReferencePoint.RemoveReferencePoint