hi i want to stream data, from a medium(normally the HD) but the data set is pretty large over 200 mb at least. So there has to be a ‘intelligent’ partioning system. I though of partion my data into square sized tiles. and determine what’s need to be loaded by given the camera position and frustum, and then load those tiels inside the frustum.
I think it involves creating a binary data file that will hold offset(x,y coords??) of the tiles and then load them in a apart thread and give it to the render?
any help/links:)
cheers,
Paul