Marcin Ignac
Marcin Ignac
I'm reusing BilateralBlur from DOF so that might be a problem.
This SSAO is so much better http://marcinignac.com/experiments/blocks/demo/
I'm also getting `TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': parameter 9 is not of type 'ArrayBufferView'.` in Chrome despite last param being ImageBitmap with valid width and height. But...
> Cannot reproduce with a webgl2 context: I get the same amount in chrome and safari, 10. Most likely because https://github.com/pex-gl/pex-context/issues/120 (ImageBitmap bug) and while it is attempted 40x and...
Verify with https://github.com/KhronosGroup/glTF/blob/master/extensions/2.0/Khronos/KHR_lights_punctual/README.md
Build pex-context or pex-rendere example
Same issue here with `npm i @tensorflow/[email protected]` Node: v18.10.0 MacBookPro with M1
Strange as it worked in Terminal.app but not iTerm.app despite neither of them using Rosetta and both logging arm64
I think it should be the default. Not sure what's the point of checking `divisor` if no instanced count is provided. Your version using `.some()` is just refactor of my...
Which reminds me of [#310 Consider renaming maps to textures](https://github.com/pex-gl/pex-renderer/issues/310) which would cause ```js uBaseColorMap uBaseColorMapTexCoordTransform uBaseColorTexture uBaseColorTextureTransform //yay! ```