添加机器视角点击放大缩小功能

This commit is contained in:
tongchenfei
2020-10-30 17:20:32 +08:00
parent 1aad4e8901
commit 350a3af59c
8 changed files with 98 additions and 10 deletions

View File

@@ -51,11 +51,11 @@ class VrModeController {
}
public void onVrModeChanged( boolean isVrMode ) {
// if ( isVrMode ) {
// bindVrModeService();
// } else {
// unbindVrModeService();
// }
if ( isVrMode ) {
bindVrModeService();
} else {
unbindVrModeService();
}
}
private void bindVrModeService() {