This is a Augmented Reality Android app which is made by using ARcore and Sceneform SDK.
- Augmented Reality Android app to view and place furniture object using ARcore and Sceneform.
- User can place and interact with different furniture items which will be visible through the camera view finder.
- If you want to add more 3D models of different furniture just download the respective files from https://poly.google.com/
- To Easily place 3D object over captured area through app
- Rotate 3D object
- Pinch-To-Zoom 3D Object
Chair | Couch |
---|---|
- 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')
See the ARCore SDK for Java API Reference or ARCore SDK for C API Reference.
The SDK release notes are available on the releases page.
By downloading the ARCore SDK for Android, you agree that the Google APIs Terms of Service governs your use thereof.
Support it by joining stargazers for this repository.β
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.
For bugs, feature requests, and discussion please use GitHub Issues.
- Check out our other available awesome mobile libraries
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.