Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cesium 1.1 tiling data failed to load #755

Closed
jayantpaliwal opened this issue Dec 5, 2023 · 0 comments
Closed

Cesium 1.1 tiling data failed to load #755

jayantpaliwal opened this issue Dec 5, 2023 · 0 comments

Comments

@jayantpaliwal
Copy link

I have generated tiling data from cesium ion.
https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/ImplicitTiling
but the viewer is not rendering the data. the issue is unable to read file from subtree structure.

{
  "asset": {
    "version": "1.1",
    "extras": {
      "ion": {
        "georeferenced": false,
        "movable": true
      }
    }
  },
  "schema": {
    "id": "cesium-tiling-pipeline",
    "classes": {
      "tile": {
        "properties": {
          "tightBoundingBox": {
            "name": "Tight Bounding Box",
            "type": "SCALAR",
            "componentType": "FLOAT64",
            "array": true,
            "count": 12,
            "semantic": "TILE_BOUNDING_BOX"
          }
        }
      }
    }
  },
  "geometricError": 21.495847061053393,
  "root": {
    "boundingVolume": {
      "box": [2.15731143951416, 10.192809104919434, 0.8775157928466797, 12.410633087158203, 0.0, 0.0, 0.0, 12.410633087158203, 0.0, 0.0, 0.0, 12.410633087158203]
    },
    "geometricError": 0.7218289051132697,
    "refine": "REPLACE",
    "content": {
      "uri": "tiles/{level}/{x}/{y}/{z}.glb"
    },
    "metadata": {
      "class": "tile",
      "properties": {
        "tightBoundingBox": [2.15731143951416, 8.006588459014893, -0.9987449645996094, 12.410633087158203, 0.0, 0.0, 0.0, 10.224412441253662, 0.0, 0.0, 0.0, 10.534372329711914]
      }
    },
    "implicitTiling": {
      "subdivisionScheme": "OCTREE",
      "subtreeLevels": 6,
      "availableLevels": 6,
      "subtrees": {
        "uri": "subtrees/{level}/{x}/{y}/{z}.subtree"
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant