Nico Belmonte
Nico Belmonte
I was not able to spot exactly where the issue happens, but was able to work around it by making all Uniforms within a BindGroupLayout `vec4` instead of `vec3`. When...
I was getting errors from the default glslPath and was able to fix it by passing in: `const glslangPath = "https://cdn.jsdelivr.net/npm/@webgpu/[email protected]/dist/web-devel-onefile/glslang.js";` To the `context.init` function. In general, though, I think...
Remove web.py dependencies. Make all examples with static html files instead of templates. This will make the project more lightweight, and easier to use for people wanting to contribute.
See: http://groups.google.com/group/javascript-information-visualization-toolkit/browse_thread/thread/648136fd2e67c6d?hl=en
adding and removing trees works fine for the SpaceTree, but the generic op methods won't work because you need to ignore nodes having ignore=true as value when traversing the tree.
I'm trying to get all messages from a mailing list, but sometimes in the middle of the process I get a timeout. How hard would it be for the scraper...
Either in IO or O3D, we would have to see.
This would only be changing the camera position and recalculating the up vector.
By adding - Web Audio API support. - Video manipulation / post-processing support - Device API / getUserMedia (or whatever) with the camera support.