cubes icon indicating copy to clipboard operation
cubes copied to clipboard

Use proper relative URL resolution

Open kpreid opened this issue 13 years ago • 0 comments

Shaders and such are fetched using URLs constructed by concatenation; proper relative URL resolution should be used instead.

Here is a JavaScript implementation of such: https://gist.github.com/1088850

Another possibility is to get the browser to rewrite the URL somehow; I have not heard of a 100% portable such trick.

kpreid avatar Jun 22 '12 19:06 kpreid