-
I'm trying to use the mediapipe-objectron to make a shoe try-on app. I'm able to run the sample code but how do I move forward? How can I use the extracted coordinates for further use? Can it be done …
-
SceneForm 1.15.0 plugin installed for three versions of Android Studio. Asset imports perfectly in legacy stable Android Studio (3.5.3) but not in
* latest stable (3.6)
* latest preview (4 canary …
-
I am trying to load a .gltf model remotely using Sceneform by using a reusable class and then creating an instance of the class in `MainActivity` and calling `loadModel()` method
`ModelLoader.kt`
…
-
Hi develop team!
I can create .sfb file by using "com.google.ar.sceneform.plugin".So I want to copy these file into my android storage folder.These code is for rendering 3D model from assets folder.…
-
Hi @chnouman , thanks for this Sceneview example. I was looking for this exactly.
However, I'm facing an issue while adding fbx or obj-mtl objects in the assets.
When I add an fbx file and convert i…
-
Good Day.
How can i load a local GLTF without the RenderableSource(assets library)?
I tried changing the uri like this(the model is in assets folder):
ModelRenderable.builder()
.setSou…
-
While trying to add 3d model and once I import scene form assets I get the following error
Cannot add task ':app:compileAsset-src_47main_47assets_47Heart' as a task with that name already exists.
…
-
@malik-at-work @inio @gstanlo
this is the crash i'm getting, I have initialized ArFragment in my onCreate.
In my gradle file i have multiDexEnable = true. Looking for help!
When i am using ARSce…
-
The server has more than 3000 models and each of them has several colors of material. I need to load separately models and textures and set textures depending on the user's choice. How to change baseC…
-
Hey,
I was using previous version of "hellosceneform" application (sceneform version 1.9) for learning but when I updated the sceneform version to 1.13 app is crashing. I have downloaded the lates…