Open wahyouwebid opened 6 years ago
protected MDVRLibrary createVRLibrary() {
return MDVRLibrary.with(this)
...
.pinchConfig(new MDPinchConfig().setMin(1.0f).setMax(2.0f).setDefaultValue(1.1f))
.pinchEnabled(true)
...
.build(findViewById(R.id.gl_view));
}
thanks master
Hallo Thanks for beautiful Library