less than 1 minute read

ARCore작업시작하기

최소사양

Android SDK 플랫폼 버전 7.0 (API 수준 24) 이상

ArCore_homepage_official

add polygon_sceneform_acore

add line_sceneform_acore

add_ui_arcore

Anchor 앵커는 가상 객체가 공간의 동일한 위치 및 방향에 유지되도록 해준다.

node

A Node represents a transformation within the scene graph’s hierarchy. It can contain a renderable for the rendering engine to render. Each node can have an arbitrary number of child nodes and one parent. The parent may be another node, or the scene.

Anchor node

Node that is automatically positioned in world space based on an ARCore Anchor. When the Anchor isn’t tracking, all children of this node are disabled