Tone.js/gulp/fragments/test.frag

10 lines
124 B
GLSL
Raw Normal View History

2015-08-16 18:58:25 +00:00
require.config({
baseUrl:"./",
paths : {
"Tone" : "../Tone",
},
});
require({FILES}, function(Test){
Test.run();
});