Files
filament/android/settings.gradle
Philip Rideout 9ac17a88b3 Add new sample for glTF models and the camera manipulator.
This differs from the bloom demo in that it supports touch interaction,
has animation, loads from GLTF rather than GLB, and is overall simpler.
2020-01-17 09:09:46 -08:00

21 lines
613 B
Groovy

// Libraries
include ':filament-android'
include ':filamat-android'
include ':gltfio-android'
include ':filament-utils-android'
// Samples
include ':samples:sample-gltf-bloom'
include ':samples:sample-gltf-viewer'
include ':samples:sample-hello-camera'
include ':samples:sample-hello-triangle'
include ':samples:sample-image-based-lighting'
include ':samples:sample-lit-cube'
include ':samples:sample-material-builder'
include ':samples:sample-stream-test'
include ':samples:sample-texture-view'
include ':samples:sample-textured-object'
include ':samples:sample-transparent-view'
rootProject.name = 'filament'