My Ply map reloads itself when I move the mouse, loading the screen the camera is pointing to. When I quickly look around, I first see an empty space, then the map image appears. I want everything to load even when I’m not looking with the mouse. Can someone knowledgeable help me?
What you describe sounds like the effect of lots of splats in your ply file, and a slower device that takes multiple frames to sort those splats, and so they’re not visible till that is done.
You could try using unified mode splats (set unified to true when you create gsplat component) - that sorts splats all around the camera, so this is less of an issue.
Even better solution would be to use LOD system for your splats, to minimize the amount of those. Something like: PlayCanvas Examples
1 Like