Search Unity

Assets Streaming Map API

Discussion in 'Works In Progress - Archive' started by AndersModen, Nov 29, 2019.

  1. AndersModen

    AndersModen

    Joined:
    Nov 19, 2019
    Posts:
    51
    Working on a streaming format for 3D maps.

    If you are interested you can find the Project on github. Search for "Streaming_Map_Demo" or tooltech.

    Here is a video
     
  2. jeffmorris1956

    jeffmorris1956

    Joined:
    Jul 3, 2012
    Posts:
    276
    I tried your demo. Is it possible for me to see my city?
     
  3. AndersModen

    AndersModen

    Joined:
    Nov 19, 2019
    Posts:
    51
    Right now i only publish a small part of Sweden but the technique allows maps from the entire world to be used. This is just a demo to protype of a 3D streaming example. Lots of issues in this dataset like the lighting, the normals, texture formats etc. But it shows the principle of multiple threads streaming oriority content based on camera movement

    Some of the features include

    1. Streaming compressed binary data that allows to stream using small bandwidth
    2. Large coordinate system allows to use WGS84 or even on another planet
    3. Dependant loading so data is loaded in dependant order
    4. Multiple datasets from multiple servers
     
    Last edited: Dec 3, 2019
    AlanMattano likes this.
  4. AndersModen

    AndersModen

    Joined:
    Nov 19, 2019
    Posts:
    51
  5. AndersModen

    AndersModen

    Joined:
    Nov 19, 2019
    Posts:
    51