Ex-demoscener.

Finland
Joined September 2011
Been wanting to implement that fast GGX-based convolution for glossy reflection probes for quite a while and finally made some time for it:) research.activision.com/publ…
4
22
166
0
jarkko lipponen retweeted
RGB rendering is founded on lies and perpetuated by misconceptions about the practicality of spectral rendering. My new blog post series describes a spectral GPU path tracer. Part 1 focuses on how to make it work with existing RGB assets. momentsingraphics.de/Spectra…
jarkko lipponen retweeted
An alternative approach to distant light sampling for GT-VBAO that is designed to efficiently evaluate distant light functions build from spherical caps of constant colors: shadertoy.com/view/3Xfyz8
1
12
128
jarkko lipponen retweeted
I ran into this presentation about how @Guerrilla does rendering of their Decima Editor. piped.video/watch?v=U_MnhTuT… Great and interesting stuff! You can also find the Powerpoint guerrilla-games.com/read/uip…
5
43
192
jarkko lipponen retweeted
When you design data structures, always think in cache lines (64B or 128B). You don't want to have tiny nodes scattered around the memory. Often it's better to have wider nodes (preferably 1 cache line each) and shallower structures. Less pointer/offset indirections.
jarkko lipponen retweeted
HairGS: Hair Strand Reconstruction based on 3D Gaussian Splatting (#BMVC2025) 📢 We reconstruct realistic 3D hair strands from multi-view images in ~1 hour. Results show robustness to a wide range of hair styles such as challenging curly hair. Project: yimin-pan.github.io/hair-gs/
jarkko lipponen retweeted
2-Pass Disk Blur: shadertoy.com/view/tcjcR1
5
46
jarkko lipponen retweeted
wave_tracer 0.1 released. wavetracer.dev wave_tracer combines path tracing and wave optics in a novel way, for practical general-purpose wave simulations across a variety of EM modalities and applications. This is an early alpha release.
47
2
200
jarkko lipponen retweeted
All SIGGRAPH 2025 Advances slides are now online, including "Stochastic Tile-Based Lighting in HypeHype"! advances.realtimerendering.c…
3
61
1
263
jarkko lipponen retweeted
meshoptimizer v0.25 is out! Featuring new simplification function that optimizes positions and attributes for appearance, experimental permissive mode to simplify faceted regions with selective seam preservation, regularization option for improved tessellation quality and ...
2
42
230
jarkko lipponen retweeted
@JarkkoPFC was talking about our lighting solution at SIGGRAPH last night (yesterday in USA). UE5 team was also talking about their Megalights tech. Going to be interesting to compare the technologies.
3
2
43
jarkko lipponen retweeted
Implementation of the paper "Real-Time Rendering of Glinty Appearances using Distributed Binomial Laws on Anisotropic Grids". github.com/WeakKnight/Glints…
14
114
jarkko lipponen retweeted
I made an overview of all the great performance improvements for UE 5.6. Lumen HWRT for 60hz, GPU Profiler 2.0, Renderer Parallelization, Massive world streaming improvements, Insights, there is a lot of great stuff to explore!
jarkko lipponen retweeted
New at #SIGGRAPH2025: Can we make Perlin Noise stretch along some underlying vector field? Well it turns out it's possible with two simple additions to the original method! No need for advection or convolutions. Find the paper and implementations here: github.com/jakericedesigns/S…
5
30
3
192
jarkko lipponen retweeted
This detailed blog post on ocean simulation recently surfaced in the Spartan Engine Discord server, thought I’d share it here. gikster.dev/posts/Ocean-Simu…
1
21
1
104
jarkko lipponen retweeted
First bits of Nanite Foliage in UE5-Main today including Voxel distance representations, some quick testing the perf increase in my scene is insane, 2x fps and looks much more dense too! 62fps -> 119fps 77,376 20 milllion poly trees #UE5 #UnrealEngine #NaniteFoliage