google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 604 forks source link

Feature Request: Support for Android SDK Version 21 #163

Open SudarshanSudhan opened 6 years ago

SudarshanSudhan commented 6 years ago

SceneView can now be used instead of ArSceneView to render a scene when not using ARCore. The camera can be moved and rotated via SceneView.getScene().getCamera(). The initial camera transform is currently not defined and likely to change in future releases. Make sure the camera position and orientation is set when the view is

I cant able to render 3d object with minimum sdk version 24

ModelRenderable.builder().setSource(this,Uri.parse("Icon_01.sfb"));

malik-at-work commented 6 years ago

Hi can you give a bit more info. What error are you seeing and what version are you running on?

SudarshanSudhan commented 6 years ago

MinSDKVersion : 21 Trying to use Sceneform ModelRenderable, but it shows error like this API needs min version 24

malik-at-work commented 6 years ago

That is correct, version 3.1 of Sceneform requires CompletableFuture and OpenGL ES 3.1 which are not currently available in older SDK's than 24. I'll open a feature request for supporting SDK version 21.

GarrettStrobel commented 5 years ago

Hello. Any updates on this feature request? We would like to use SceneForm as a rendering engine without the AR components but we must support min SDK 21 and OpenGL ES 2.0

mojikashani commented 5 years ago

We also desperately need the support for min SDK 21...

xfort commented 4 years ago

We also desperately need the support for min SDK 21