ashqal / MD360Player4Android

It is a lite library to render 360 degree panorama video for Android. VR Player.
Apache License 2.0
1.08k stars 357 forks source link

How to increase Radius of Sphere #220

Open wahyouwebid opened 6 years ago

wahyouwebid commented 6 years ago

Hallo Thanks for beautiful Library

ashqal commented 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));
}
wahyouwebid commented 6 years ago

thanks master