Normal
Ah, not bad. I'm coding on my MacBook which has a slow-ish processor myself. Core 2 Duo 2.4 Ghz that gives me between 340ms and 450 ms with SSAO off, about 2000ms with it on. Looking forward to see how it runs on my home system with a i3 4130T.It's currently limited to running on a single thread. I'd really like to apply web workers to make pixel rendering run in parallel. Its bottleneck is usually the fill rate.
Ah, not bad. I'm coding on my MacBook which has a slow-ish processor myself. Core 2 Duo 2.4 Ghz that gives me between 340ms and 450 ms with SSAO off, about 2000ms with it on. Looking forward to see how it runs on my home system with a i3 4130T.
It's currently limited to running on a single thread. I'd really like to apply web workers to make pixel rendering run in parallel. Its bottleneck is usually the fill rate.