[orx-camera] Enable toggling user interaction in OrbitalControls (#276)

This commit is contained in:
Abe Pazos
2022-10-20 19:13:01 +00:00
committed by GitHub
parent 0a0e102da9
commit 390dcf620c
4 changed files with 93 additions and 13 deletions

View File

@@ -38,6 +38,7 @@ kotlin {
val jvmDemo by getting {
dependencies {
implementation(project(":orx-camera"))
implementation(project(":orx-mesh-generators"))
}
}
}