-
Notifications
You must be signed in to change notification settings - Fork 1
Description
CDB 1.X GS models are currently split into tiles and have a model name that must be unique in the tile. Finding the correct file for a model is done by composing the tile name of the vector (NS/EW/LOD) with the model name. As such model name have to be unique in the tile. Between tile, the models are unique because they are composed of the tile name which is unique.
As the 3D model group is suggesting to group all LODs of a model into a single package, we are now face a larger challenge to find unique name of models to be referenced as the tile is no longer an index ( as a model can appear in the coarsest tile which is half the planet).
Do you agree that we need unique names for models and its components (textures etc...)?
Do we have to use GUIDs (fairly long!) to ensure unique names or can you propose other ideas?