Add a Java script to modify the index.html at run time to
- Use a database (firebase etc) to load the data from source data
- Read inputs from a slider on screen (core index. html) and then
- Use the parameters in the database against the year on the slider to create debris objects orbiting the earth gif as per parameters
- Publish the data on the slider in the database for the HTML to access, this will be used for the holo creation later
Add a Java script to modify the index.html at run time to
- Use the parameters in the database against the year on the slider to create debris objects orbiting the earth gif as per parameters
- Publish the data on the slider in the database for the HTML to access, this will be used for the holo creation later