Closed lvonasek closed 2 years ago
You can only get diffuse texture because you are download in normal mode.
You can configure the download settings with Modeling3dReconstructDownloadConfig.Factory interface to get the expected result.
There is development guide here:
https://developer.huawei.com/consumer/en/doc/development/graphics-Guides/reconstruct-engine-0000001156106863#section58372254289
You can find the download part in step 8.
Thank you for help. You do a great support👍.
It work for me now.
I tested object modeling with TextureMode.PBR: `` Modeling3dReconstructSetting setting = new Modeling3dReconstructSetting.Factory() .setReconstructMode(Modeling3dReconstructConstants.ReconstructMode.PICTURE) .setTextureMode(Modeling3dReconstructConstants.TextureMode.PBR) .create();