The imported point cloud is not visible

Good afternoon, I need help please. I have made a program to read tileset.json. It does it perfectly and the camera is placed in the correct place, but I cannot see the points that are related in the tileset.json.
<! DOCTYPE html>

< head> < meta charset="UTF-8"> < title> Dynamic Tileset Loader < script src="https://cesium.com/downloads/cesiumjs/releases/1.118/Build/Cesium/Cesium.js"> < link href="https://cesium.com/downloads/cesiumjs/releases/1.118/Build/Cesium/Widgets/widgets.css" rel="stylesheet"> < style> #cesiumContainer { width: 100%; height: 100vh; margin: 0; padding: 0; } #fileInputContainer { position: absolute; top: 10px; left: 10px; z-index: 1; background: white; padding: 10px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
Load Tileset

Could someone tell me why I can’t see the points?

Hi @keypull, can you share your code as a Sandcastle example demonstrating the problem? I don’t see any code to load a tileset in the snippet you provided.