Files
filament/tools/tungsten/settings.gradle
Ben Doherty 3e6f1a2c39 Tungsten: add orbit cam manipulator (#244)
* Add orbit cam to Tungsten

* Add kotlin-math library

* Flip mouse wheel event sign if coming from a physical wheel
2018-09-13 17:30:33 -07:00

6 lines
159 B
Groovy

include 'core', 'standalone', 'plugin', 'kotlin-math'
project(':kotlin-math').projectDir = new File('third_party/kotlin-math')
rootProject.name = 'tungsten'