Hacker News new | past | comments | ask | show | jobs | submit login

I think the code for regl for filtering is here: tex: regl.texture({ min: 'linear mipmap linear', mag: 'linear', wrap: 'repeat', data: makeWireframeTexture() }),

So the change would be to use 'linear' or 'nearest'. It's actually the mipmaps that are making things look blurry. Basically, the graphics card is scaling down the image and scaling it back up, which makes it blurry.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: