We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e020b38 + bdcd86c commit a2672a9Copy full SHA for a2672a9
examples/texture_renderpass_1/index.js
@@ -52,7 +52,7 @@ const base = {
52
53
points.setSampler('imageSampler', null);
54
await points.setTextureVideo('image', './../img/6982698-hd_1440_1080_25fps_800x800.mp4');
55
- await points.setTextureImage('text', './../../img/inconsolata_regular_8x22.png');
+ await points.setTextureImage('text', './../img/inconsolata_regular_8x22.png');
56
57
points.setTexture2d('feedbackTexture', true);
58
points.setTexture2d('feedbackTexture1', true, null, 1);
0 commit comments