添加机器视角点击放大缩小功能
This commit is contained in:
@@ -51,11 +51,11 @@ class VrModeController {
|
||||
}
|
||||
|
||||
public void onVrModeChanged( boolean isVrMode ) {
|
||||
// if ( isVrMode ) {
|
||||
// bindVrModeService();
|
||||
// } else {
|
||||
// unbindVrModeService();
|
||||
// }
|
||||
if ( isVrMode ) {
|
||||
bindVrModeService();
|
||||
} else {
|
||||
unbindVrModeService();
|
||||
}
|
||||
}
|
||||
|
||||
private void bindVrModeService() {
|
||||
|
||||
Reference in New Issue
Block a user