-
It seems like either you have to do either
1) low level openGl stuff, (Huge effort to learn)
2) use a third party OpenGL Scene graph or (Big effort to learn the api of a random third party lib)
3…
-
First of thanks for your efforts in building this library. While the setup was easy, I am facing two issues:
1. The SceneView is not loading "glb" models properly (haven't tried other formats). I h…
-
Hello, now I can replace it with my own shoe model, but how do I distinguish the left and right feet so that the shoes can distinguish the left and right directions. As shown in the picture, the model…
-
I recently tried to implement **sceneform** in my android project . I changed the sample directories "assets" and renamed it to "sampledata" as shown below. I also added my own 3d model and added the…
-
i add a line code in `SceneView.destory()` as follows:
```java
/**
* Required to exit Sceneform.
*
* Typically called from onDestroy().
*/
public void destroy() {
if (render…
-
**Describe the bug**
I am getting `"Filament: Unable to parse glb file"` when I try to load a remote glb file.
The remote glb file I used was the `DamagedHelmet.glb` used in the `sample-gltf-view…
-
Hi @ThomasGorisse and others!
Thank you for your efforts regarding this library.
I'm using `implementation "com.gorisse.thomas.sceneform:sceneform:1.20.5"` version of the lib.
I would like to put…
-
.glb file postion is not write its always show on the top how can i set the 3D model into center
setRecenterMode(RenderableSource.RecenterMode.CENTER)
Here i attach my glb file https://drive.goog…
-
Hi!
I faced some unexpected color behavior, if there is a blue light source indoor.
Im worried that there will be other color grading issues.
## Expected Behavior
The camera view renders the…
-
Now that SceneForm has been abandoned*, will ARCore be modified to be
easier to adopt for users without a 3D background?
*[SceneForm repo](https://github.com/google-ar/sceneform-android-sdk) now a…