- Real-Time 3D Graphics with WebGL 2
- Farhad Ghayour Diego Cantor
- 69字
- 2021-06-10 19:43:00
Working Around the Web Server Requirement
If you have Firefox and do not want to install a web server, you can change strict_origin_policy to false in about:config.
If you are using Chrome and do not want to install a web server, make sure that you run it from the command line with the following modifier:
--allow-file-access-from-files
Let's use AJAX and JSON to load a cone from our web server.