amenzies

Results 8 comments of amenzies

I'm working on a Unity implementation of 3D Tiles and texture loading is by far and away the biggest performance offender. We have identified two potential performance concerns: 1) Texture...

@adamkvd, I did run a few quick profiling tests with DDS and CRN compressed textures. My primary use case is loading lots of small textures as part of a 3D...

This b3dm file was built using internal tools. It consists of a single glb file wrapped with a basic header described here: https://github.com/AnalyticalGraphicsInc/3d-tiles/blob/master/specification/TileFormats/Batched3DModel/README.md It's quite possible that there are potential...

Hi @dingqimin Glad to hear you are interested in using Unity3DTiles! The most likely problem is that this repository currently uses a slightly outdated version of the 3D Tiles tileset...

I am working on a branch to update the tileset schema. Please pull this branch and see if it resolves your issue: https://github.com/NASA-AMMOS/Unity3DTiles/tree/feature/3d-tiles-schema-update

This update has been merged into master

Sorry for the slow reply. The b3dm loader we have implemented currently is very simple and has only been tested against b3dm files containing a single glb file with no...