Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I just upgraded to firefox 5 because of the webgl vulnerability fix and now CopperLicht's webgl does not work in the browser. After setting force webgl it just keeps repeating "loading textures 0/9.. " Does anyone know of a workaround? |
||||
|
All the demos in our websites work for me, so I guess you are talking about a WebGL app you wrote? The major change for WebGL in Firefox 5 is that you cannot load textures from different domains anymore. |
||||
|
See here: http://hacks.mozilla.org/2011/06... Makes it akward to run and test stuff local and offline. I fell back to FF4 meanwhile. DidnĀ“t notice much of a perfomance-advantage, anyway... |
||||
|
ya, figured it out thanks to your link. set security.fileuri.strict_origin_policy to false and it works again. This is not a secure way to browse the web but it will let me test things. |
||||
|
security.fileuri.strict_origin_policy = false Cool.. Thanks |
|