Skip to content

This is an Augmented Reality Android app that is made by using ARcore and Sceneform SDK. ๐Ÿ“ธ ๐ŸŽ‰

License

Notifications You must be signed in to change notification settings

SimformSolutionsPvtLtd/SSSceneFormSdkSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ARCore Furniture Sample

Furniture Sample with Scenform SDK

Scenform Version Kotlin Version Platform API

This is a Augmented Reality Android app which is made by using ARcore and Sceneform SDK.

  1. Augmented Reality Android app to view and place furniture object using ARcore and Sceneform.
  2. User can place and interact with different furniture items which will be visible through the camera view finder.
  3. If you want to add more 3D models of different furniture just download the respective files from https://poly.google.com/

Features

  • To Easily place 3D object over captured area through app
  • Rotate 3D object
  • Pinch-To-Zoom 3D Object

๐ŸŽฌ Preview

Chair Couch

Project-Level Configuration

  • Need to make a folder which is name of samledata in project directory,it is used to store 3D objects.
  • Need to register 3D object in gradle files by using below code.
            sceneform.asset('sampledata/chair/model.obj',
               'default',
               'sampledata/chair/model.sfa',
               'src/main/assets/chair')
            sceneform.asset('sampledata/couch/model.obj',
               'default',
               'sampledata/chair/model.sfa',
               'src/main/assets/couch')

API Reference

See the ARCore SDK for Java API Reference or ARCore SDK for C API Reference.

Release Notes

The SDK release notes are available on the releases page.

Terms & Conditions

By downloading the ARCore SDK for Android, you agree that the Google APIs Terms of Service governs your use thereof.

Further Refererence:

Find this Sample useful? โค๏ธ

Support it by joining stargazers for this repository.โญ

๐Ÿค How to Contribute

Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! ๐Ÿ’ช Check out our Contributing Guide for ideas on contributing.

Bugs and Feedback

For bugs, feature requests, and discussion please use GitHub Issues.

Awesome Mobile Libraries

License

Copyright 2022 Simform Solutions Pvt Ltd.

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and limitations under the License.

About

This is an Augmented Reality Android app that is made by using ARcore and Sceneform SDK. ๐Ÿ“ธ ๐ŸŽ‰

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages