Graphics Reference
In-Depth Information
chrome.exe --disable-web-security
• On Linux, do the following:
google-chrome --disable-web-security
• And on Mac OS, you disable the settings by starting Chrome using:
open -a Google\ Chrome --args
--disable-web-security
2. When you start Chrome this way, even running it directly from the filesystem
will load the resources correctly to give you the following result:
3. Do remember to restart the browser normally after you're done experimenting
or developing with Three.js, since you've lowered the security settings of your
browser.
4. For Firefox users, we explain how to solve these cross-origin issues for this
browser in the following recipe.
Search WWH ::




Custom Search