Rahul Rastogi
Rahul Rastogi

Reputation: 4698

How to hide a sub-mesh from SFB file in ArCore Android

I'm rendering a SFB file which I generated from an FBX file using ArCore's sceneform in Android. Now, I want to hide a part of this 3D model at runtime programmatically. How can I achieve this in Android?

Upvotes: 3

Views: 247

Answers (1)

Rahul Rastogi
Rahul Rastogi

Reputation: 4698

So far, I didn't find any way till ArCore v1.9 to hide a part of SFB file. So, I'm using two model files (fbx/obj) and then at first, I rendered generated two SFB files in a separate Nodes and then added these two Node objects into a single Node. This is working seamless.

Upvotes: 2

Related Questions