private let boardAnchor: AnchorEntity = AnchorEntity(
*Argument passed to call that takes no arguments
plane: .horizontal, *Cannot infer contextual base in reference to member 'horizontal'
classification: [.floor, .table], *2Reference to member 'floor' cannot be resolved without a contextual type
minimumBounds: SIMD2(0.1, 0.1)
)
how can this be fixed in the demo code of the chess game example capture chess swift presented at WWW2022 session AR experience
any help highly apprishiated
1
0
1.3k