Copyright (c) 2018 Google LLC
Sceneform is a 3D framework, with a physically based renderer, that's optimized for mobile, and that makes it easy for Java developers to build augmented reality apps.
These samples demonstrate how to use Sceneform beyond the reference samples that accompany the SDK.
The Lighting sample demonstrates how to add lights to your scene and experiment with position, color, and intensity.
The Drawing sample demonstrates how to use procedural geometry to create a 3D drawing experience. Users press down on the screen and can draw strokes by dragging a finger or moving their device. There is also functionality to change the stroke color, undo a stroke, and clear the screen displayed on a control bar at the bottom of the screen.
- Stack Overflow: https://stackoverflow.com/questions/tagged/sceneform
- Developer reference: https://developers.google.com/ar/develop/java/sceneform/
If you've found an error in this sample, please file an issue: https://github.com/googlesamples/sceneform-samples/issues
Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.
Issues and bugs related to the Sceneform SDK directly should be filed in the Sceneform SDK issue tracker.
Copyright 2018 The Android Open Source Project
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you 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.
This repository contains Sceneform sample projects.
To get started with the Sceneform SDK, follow the ARCore Android Quickstart guide.
See the Sceneform API Reference.
By downloading the Sceneform SDK for Android, you agree that the Google APIs Terms of Service governs your use thereof.