# sceneform-samples **Repository Path**: mirrors_googlesamples/sceneform-samples ## Basic Information - **Project Name**: sceneform-samples - **Description**: Sceneform samples for 3D rendering for ARCore in Java. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sceneform Samples for Android ===================== 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](https://github.com/google-ar/sceneform-android-sdk) that accompany the SDK. Getting Started --------------- 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. Support ------- - 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](https://github.com/google-ar/sceneform-android-sdk/issues). License -------- ``` 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. ``` ## Getting Started This repository contains Sceneform sample projects. To get started with the Sceneform SDK, follow the ARCore [Android Quickstart](//developers.google.com/ar/develop/java/quickstart) guide. ## API Reference See the [Sceneform API Reference](//developers.google.com/ar/reference/java/com/google/ar/sceneform/package-summary). ## Terms & Conditions By downloading the Sceneform SDK for Android, you agree that the [Google APIs Terms of Service](//developers.google.com/terms/) governs your use thereof.