Robert Milton
Robert Milton
@lilleyse thanks for the quick response! Is there anything special I need to do to use ModelExperimental? I've modified our existing code, but I'm getting an error on the 'ModelExperimental.fromGltf'...
@j9liu thanks for the response. I discovered that changing 'url' to 'gltf' in 'fromGltf' fixed the error I was having loading models due to the fact that I am using...
@lilleyse thanks for the new approach with ModelExperimental. We've got the models appearing and textures getting updated. However, the textures are not being applied correctly. I don't see a pattern...
I decided to take another approach to the problem I was trying to resolve: providing a method for a client to delete local tile cache for a selected map. But...
### UPDATE ### Discovered the issue can be resolved by calling SurfaceImageLayer.addImage and passing a 'name', buffered image, and sector. Not sure what code was holding onto the image file. ...