We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be57fc7 commit bc28c94Copy full SHA for bc28c94
1 file changed
src/main.js
@@ -328,7 +328,7 @@ points.setUniform('rand', 0);
328
points.setUniform('progress', 0);
329
points.setUniform('artworkLoaded', 0);
330
// points.setUniform('somecolor', colors.color2, 'vec3f');
331
-points.setStorageMap('chars', strToCodes('Gravity Pulse'), 'array<f32>')// TODO: setStorageMap doesn't work with u32 wrong sized
+points.setStorageMap('chars', strToCodes('Gravity Pull'), 'array<f32>')// TODO: setStorageMap doesn't work with u32 wrong sized
332
points.setStorageMap('message', strToCodes('Select a song to Play'), 'array<f32>')// TODO: setStorageMap doesn't work with u32 wrong sized
333
points.setStorageMap('artworkColors', Array(16).fill(1), 'array<vec4f>');
334
points.setStorage('variables', 'Variables');
0 commit comments