Skip to content

Commit 283cc06

Browse files
committed
fix issue with canvas and tainted data
- the baseUrl need to be the same!
1 parent d2748c2 commit 283cc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

three.js/examples/test-runner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="../build/ar.js"></script>
88
<script src="../build/ar-threex.js"></script>
99

10-
<script>ARjs.Context.baseURL = '../'</script>
10+
<script>THREEx.ArToolkitContext.baseURL = '../'</script>
1111

1212
<body style='margin : 0px; overflow: hidden; font-family: Monospace;'>
1313
<div style='position: absolute; top: 10px; width:100%; text-align: center; z-index: 1;'>

0 commit comments

Comments
 (0)