Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Sparse Volumetric Light maps (WebGPU). Worked on ensuring C0 continuity across the entire map. For now this is achieved by purging incomplete node levels, works well enough even if it's a bit of a blunt tool. Actual locations for probes during the bake are now going through an optimization...

15,814 görüntüleme • 5 ay önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

Working on Sparse Volumetric Light-maps. Thanks to CynicatPro🎃 for pointing me at Unreal's version. In a nutshell it's just another sparse voxel data structure. My implementation is, no doubt, different from Epic Games Store's own. I'm using 4x4x4 probe grid with intermediate nodes having very wide branching factor of 64 as well (4x4x4). I liked the parameters that Unreal is using, of limiting both total memory as well as the lowest level of detail, which is common in sparse grid implementations. Here's Bistro scene with just 1Mb limit. This is roughly equivalent to a 512x512 lightmap texture in 2d, except surface light maps require unique UVs and you typically get very little detail out of 512 resolution texture with a lot of light leaking. There is also no directional response. My implementation encodes second-order spherical harmonics for each probe (9 coefficients), encoding RGB channels as RGBE9995 (4 bytes). So far only worked on the structure, actual bake is yet to come. I've been eyeing sparse voxel structures for a while now, and have been studying them roughly since the GigaVoxel paper by Cyril Crassin but never really implemented anything for the GPU before. I was always the BVH-kind of guy. It's a fascinating topic. --- Stats for the scene: --- Total memory usage: 1.000 MB Node count: 609 Unique probe count: 24,025 Probe reuse: 38.36 % Unexpanded nodes: 15,714 --- Again, note that there is no GI going on here, only the structure of the probe tree and the algorithm for building it from a given scene.

Alex Goldring

11,519 görüntüleme • 6 ay önce

It's here! All power assets are now live on my GB Renewables Map ⚡ That's right, it's not just wind farms any more. Now you can see live and historic data for gas power plants, nuclear, grid batteries, biomass, pumped hydro and even a bit of solar. Wind farms are still the default for now, though you can enable as many or as few of the other fuel types and your selection will be remembered when you come back to the website. It's already live so go play for yourself here: There are numerous other updates as well: ⛔ Click the plug button to see a curtailment view, now including turn-up and a better visual representation of turn-down and turn-up actions ℹ️ Tooltips include loads more detail about fuel type and balancing actions ☢️ Each fuel type can be toggled using the map buttons 🧠 Map state is remembered when you reload or revisit the website ✨ Lots of new and under construction power assets are now on the map ↕️ Summary of balancing actions at the top of the map 🚦 Grid boundaries and constraints shown using a traffic light system And I'm only getting started! This update was the original goal of creating the map a few years ago. Now it's here I can shift focus to all the other ideas I have for it… Oh, and there's a new feedback button at the top. Please use it to let me know of any issues you find (there will be plenty) or suggestions to help improve this resource for everyone else. I'd also like to thank you for all the support and encouragement as I build this free resource in my free time (yup, this isn't my job). Honestly, it's been an incredible motivator and the discussions over the years have taught me a huge amount that has only made the map better for everyone. Until the next update!

Robin Hawkes

36,055 görüntüleme • 5 ay önce

Today at Yoast we’re shipping something I've actually wanted to see on the web for some time (even before working at Yoast) and am now honored to be part of the team to bring this to the masses... Built in collaboration with the Open Source and NLWeb team at Microsoft lead by R.V.Guha (co-creator of RSS, RDF and other web standards) - we're introducing the Schema Aggregation feature: a "schemamap" endpoint that outputs your site's entire structured data map in one place. ​ Under the hood, we now provide a standardised, deduplicated map of your entities via a single endpoint. An agent no longer needs to crawl all individual pages to understand its meaning but can now ingest an entire entity map with ease. ​ A few details to note about the endpoint: - It's is cacheable with sub‑100ms responses - It respects existing privacy and indexing settings - It aggregates all indexable content without navigation noise - It merges duplicate entities so your "Author X" or "Article Y" exist as a single node instead of being re‑discovered on every URL. - If you're using one of our paid plugins that extends schema even more (such as Yoast WooCommerce SEO adds product schema) this will be populated within the endpoint too - If you already extend Yoast’s Schema API, or use partners like events or recipe plugins, their entities are pulled into the same map automatically. ​ For me, this is one of the first major ways the agentic web can ingest a site at scale, and with much more efficiency and context. It has also been so much fun to work with this alongside the team at Yoast, particularly the genius mind of Alain Schlesser. Lastly, we have also launched a schema visualisation tool to view how everything is output. You can enable this feature today with the free version of Yoast SEO.

Alex Moss

15,360 görüntüleme • 4 ay önce