Files
filament/android/samples/textured-object/settings.gradle
Romain Guy c581b755fd Add helper to upload Android bitmaps to textures (#382)
* WIP Add helper to upload Android bitmaps to textures

* Add missing file

* Pass custom constants for bitmap formats

* Add sample app for texturing

* Update the README for samples

* Rename variable from callback to autoBitmap
2018-10-16 14:24:18 -07:00

4 lines
54 B
Groovy

includeBuild '../../filament-android'
include ':app'