sceneview-android icon indicating copy to clipboard operation
sceneview-android copied to clipboard

Feat ar view node sample

Open RGregat opened this issue 1 year ago • 0 comments

What is included?

AR-ViewNode-Sample

UI

  • One Button to add a new ViewNode
  • A Tracking-Indicator to show the User where a ViewNode can be placed in the Scene

Hints

  • The ViewNode is based on the SceneForm implementation, not the new ViewNode2 implementation, which is still a work in progress (WIP).

Modifications

  • The Android view used for the ViewNode can be changed in the "ViewNodeHelper" class.

Video

https://github.com/SceneView/sceneview-android/assets/3974162/dc222463-6972-49bb-9138-e326134e0b32

AR-ImageNode-Sample

UI

  • One Button to add a new ImageNode
  • A Tracking-Indicator to show the User where a ViewNode can be placed in the Scene

Hints

  • The ImageNode uses Glide to load an image resource from a URL.

Modifications

  • The URL used for the ImageNode can be changed in the "ImageNodeHelper" class.

Video

https://github.com/SceneView/sceneview-android/assets/3974162/c396af96-735e-464d-b18d-d413d85a0bcb

RGregat avatar Jun 12 '24 10:06 RGregat