惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
人人都是产品经理
人人都是产品经理
小众软件
小众软件
博客园 - Franky
WordPress大学
WordPress大学
Jina AI
Jina AI
Google DeepMind News
Google DeepMind News
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
博客园 - 【当耐特】
IT之家
IT之家
G
Google Developers Blog
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
V
Visual Studio Blog
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
GbyAI
GbyAI
雷峰网
雷峰网

Latest from Tom's Hardware in News

Analytics group signals possible delays at 40% of AI data center construction sites — companies deny schedule holdups, but satellite imagery indicates otherwise Intel hires tenured Samsung exec to lead Foundry Services — signals company focus on winning business from potential Foundry suitors Elon Musk pushing forward with Terafab at Microsoft's April patch puts Windows domain controllers into reboot loops — third known issue from KB5082063… AMD Ryzen 9 9950X3D2 appears on Amazon with $1,000 pre-order price — AMD confirms recommended pricing is still set… AMD's market cap hits all-time high, Intel hits 25-year high on Agentic AI's insatiable demand for CPUs Meta raising Quest headset prices due to AI-driven RAM shortage — Quest 3 to cost $600, Quest 3S $350 from April… Elegoo announces the Jupiter 2 resin 3D printer for $949, early bird price of $849 — new model offers massive print volume but is still physically smaller than previous models Pragmata PC performance tested: 18 GPUs take us to the Moon Chinese fabs import record volumes of US chipmaking equipment via Singapore and Malaysia — homegrown tool makers booked record 2025 revenues as price competition squeezes margins US appeals court restarts $3 billion patent infringement lawsuit against Intel — VLSI case from 2017 returns after… Two US citizens get combined 16 years in prison for running North Korean laptop farms — fake remote IT work scheme netted DPRK $5 million in around three years Intel launches Wildcat Lake as Core Series 3 for value laptops and edge systems — six consumer SKUs built on 18A promise Legendary Qualcomm, Apple, and Nuvia alumni form new CPU startup — Nuvacore promises to Bambu updates its 3D printers to print unique hues or gradients using two or three filaments — company acknowledges OrcaSlicer-FullSpectrum fork as the basis for the color prediction part of the new feature Broadcom to supply Meta with custom silicon through 2029 — Broadom CEO Hock Tan departs Meta Anonymous perps behind 86 million files scraped from Spotify hit with $322 million court judgement — Anna Non-functioning counterfeit Samsung 990 Pro SSDs are circulating in Europe — Despite convincing packaging, blue… Oklahoma farmer arrested and jailed for trespassing during AI data center town hall — removed by officers after going a few seconds over allotted speaking time, trying to hand paperwork to counselors Virginia voter support for new data centers collapses from 69% in 2023 to 35% in new poll — Multi-gigawatt, 37-building Digital Gateway project abandoned Struggling shoemaker and apparel brand Albird pivots to AI data centers, stock jumps 580% in a single day — sells core business and leveraging $50 million in financing to become a GPU-as-a-Service and AI cloud solutions provider IPv6 usage reaches historic 50% across Google services, matching IPv4 — increased usage eases pressure on the IPv4 address market as 'new' protocol designed in 1998 finally hits its stride Engineer open-sources DIY radar system that's 95% cheaper than $250,000 commercial offerings, has 20 kilometer range — Moroccan engineer designs Aeris-10 radar, shares it on GitHub Elon Musk demonstrates first sample of Tesla AI5 processor, accidentally thanks TSC rather than TSMC  — claims 40X performance boost over the predecessor Valve might be adding a 30-day price tracker to Steam — feature is already available in some EU countries to spoof… Memory cards and flash drives prices rocket 124%, some products peak at 261% jump — increases from 2025 driven by AI chip shortage across a range of formats and capacities Netgear secures conditional approval from the FCC following router ban — company can continue importing foreign-made routers through October 2027 China tests deep-sea electro-hydrostatic actuator that can cut undersea cables at a depth of 3,500 meters — state hails successful trial and hints at deployment readiness Iran reportedly bought an in-orbit Chinese satellite to target US military sites in the Middle East — purchase agreement included ongoing ground control services based in China Our lifestyle tech colleagues at Tom's Guide have overhauled their site for smarter shopping — more video and access to experts make it 'the biggest relaunch in our history'
Testing Nvidia's RTX Mega Geometry tech — VRAM-redu...
Dan Mateescu · 2026-05-09 · via Latest from Tom's Hardware in News
Testing RTX Mega Geometry
(Image credit: Nvidia)

We took Nvidia's RTX Mega Geometry technology through a series of tests in Alan Wake 2 and the RTX Bonsai Diorama Demo to see how this tech reduces VRAM consumption and eliminates visual artifacts, thus helping pave the way to photorealistic real-time graphics.

In 2018, NVIDIA announced its GeForce RTX line of graphics cards based on the Turing architecture, which would allow for hardware-accelerated real-time ray tracing. In November of that year, Battlefield V became the first title to support real-time ray tracing using the Microsoft DirectX Raytracing API (DXR). The game only supported one ray-traced effect – ray-traced reflections.

In 2019, Control launched with support for multiple ray-traced effects – RT reflections, RT transparent reflections, indirect diffuse lighting, RT contact shadows, and RT debris.

Later, we would see full ray tracing – or path tracing – in games like Quake II RTX, Cyberpunk 2077, and more. In contrast to the hybrid ray tracing solution used in some games, path tracing accurately simulates light in a scene. It does this by sampling a wide range of potential light paths a single ray can follow. This method is also used by the film industry to generate photorealistic visuals in movies.

Path tracing is present in a number of modern games, where it can significantly enhance lighting realism depending on the implementation. In addition to this enhanced lighting, there have also been technological advancements in geometric complexity and density for games. Unreal Engine 5’s Nanite is a virtualized geometry system that can render high-quality and high-density assets in real time with pixel-scale detail and high object counts. Other game engines have similar technologies, such as Micropolygon Geometry in the Anvil Engine.

These advancements in geometric detail require new techniques to ray trace full-quality geometry. That’s where Nvidia's RTX Mega Geometry technology comes in.

What is RTX Mega Geometry?

The Microsoft DXR API was designed years ago, before the level of geometric complexity that can be found in modern games. In DXR, geometry is represented using a Bounding Volume Hierarchy (BVH), which can become expensive to rebuild in dynamic scenes with dense geometry and countless complex animated objects. Fully ray tracing such geometry may require frequent BVH updates, placing significant strains on performance. As a result, developers often rely on lower-quality proxy meshes for ray-traced effects. These simplified representations contain only a fraction of the original detail, leading to artifacts such as incorrect self-occlusion and low-fidelity shadows and reflections.

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

RTX Mega Geometry is a rendering technology that can significantly increase geometric detail in ray-traced games, allowing full-fidelity geometry to be traced without traditional trade-offs. RTX Mega Geometry adds an optional Cluster Acceleration Structure (CLAS), which generates batches of up to 256 triangles and is designed to be GPU-driven. This not only dramatically speeds up the process of rebuilding the BVH, but it also reduces the CPU overhead associated with BVH management.

Testing RTX Mega Geometry

(Image credit: Nvidia)

While Mega Geometry is supported on GPUs as far back as the RTX 20-series, the RTX 50-series has purpose-built hardware for the technology. The fourth-generation RT Cores in Blackwell GPUs add two new engines: a triangle cluster intersection engine and a triangle cluster compression engine. Together, they double the ray-triangle intersection rate compared to third-generation RT Cores, while also reducing VRAM usage by several hundred megabytes when ray tracing dense geometry.

The benefits of this technology vary depending on how it’s used. When applied to existing assets, it can improve performance and reduce VRAM consumption. Alternatively, it can eliminate the need for the compromises mentioned earlier – such as proxy meshes – enabling significantly higher-fidelity results without the associated visual artifacts. The latter use case comes at the cost of performance.

RTX Mega Geometry in Alan Wake 2

Testing RTX Mega Geometry

(Image credit: Nvidia)

Alan Wake 2, released in October 2023, showcases a range of modern rendering technologies. It uses mesh shading to handle highly detailed, high-density geometry and supports path tracing on PC, making it an ideal candidate for Mega Geometry.

Mega Geometry was added to the game in title update 1.2.8 in early 2025, and Remedy opted to use it on existing assets to optimize performance and VRAM usage, as opposed to further increasing geometric complexity. Testing on an RTX 4090 back in early 2025, I compared build 1.2.8 to the previous 1.2.7 release, which did not use Mega Geometry, and observed VRAM savings of about 1 GB along with a 13% performance increase at both native 4K and 4K with DLSS Quality, with max settings and path tracing enabled. These numbers are roughly in line with the figures shared by NVIDIA at GDC 2026.

RTX Bonsai Diorama Demo

The RTX Bonsai Diorama Demo released by NVIDIA was developed in the NVIDIA RTX Branch of Unreal Engine (NvRTX) 5.6, and showcases RTX Mega Geometry, path tracing, RTX Dynamic Illumination (RTXDI), DLSS Super Resolution, DLSS Ray Reconstruction, and DLSS Frame Generation. The main focus of the demo is the fully path-traced Nanite meshes in real time.

The great thing about the demo is that you can turn Mega Geometry on and off to compare image quality and performance. So that’s exactly what we will do.

The debug visualization in the screenshots below illustrates the precision of Mega Geometry when path tracing Nanite meshes and the substantial increase in triangle count when it is enabled.

Image

1

of

2

Testing RTX Mega Geometry
(Image credit: Tom's Hardware)

Because Mega Geometry adds full quality Nanite geometry to the BVH, ray-traced shadows no longer exhibit the visual artifacts that are present in Lumen, such as missing or incorrect shadows. In the comparison below, you can see that every object in view has accurate, pixel-perfect shadows with Mega Geometry enabled.

Image

1

of

2

Testing RTX Mega Geometry
(Image credit: Tom's Hardware)

Similarly, reflections are no longer plagued by the issues that result from using low-quality proxy meshes. In the comparison below, you can see missing leaves from the reflection within the center mirror when Mega Geometry is disabled. With Mega Geometry enabled, you get the full Nanite mesh.

Additionally, pay attention to the tree on the far left. With Mega Geometry off, you get incorrect self-occlusion. This is entirely resolved with Mega Geometry.

Image

1

of

2

Testing RTX Mega Geometry
(Image credit: Tom's Hardware)

The technology clearly improves image quality, but how does it perform?

It is important to note that the level of geometric detail and density observed above with Mega Geometry enabled was simply not feasible in Unreal Engine 5 prior to Mega Geometry, even on high end GPUs like the 5090. This level of fidelity could not be attained at an acceptable level of performance. Having said, while Mega Geometry makes this possible at playable framerates on high-end GPUs, path tracing such high-fidelity meshes is still extremely demanding.

Test system

Testing RTX Mega Geometry

(Image credit: Tom's Hardware)

On the 5090, the performance cost of enabling RTX Mega Geometry is 23% at 1080p, 24% at 1440p, and 21% at 4K. At a rendering resolution of 1440p or below, performance is above 60 FPS. This gives you the option of using frame generation to further increase motion clarity without significantly impacting perceived latency. Typically, you want to use frame generation with a base framerate of at least 60 FPS – ideally higher – so that the game still feels responsive.

Testing RTX Mega Geometry

(Image credit: Tom's Hardware)

On the RTX 5070, the performance cost is 27% at 1080p, and 26% at 1440p. Unfortunately, 60 FPS with Mega Geometry is not possible in this demo on the 5070 unless you use frame generation or DLSS with an internal rendering resolution below 1080p. This result is not entirely surprising, as standard path tracing is already extremely taxing on this GPU.

Testing RTX Mega Geometry

(Image credit: Tom's Hardware)

We included the 5060 here because the RTX Bonsai Diorama Demo developer guide listed this as the “recommended GPU.” Clearly, that must include the use of DLSS Super Resolution and Frame Generation, because without them, the 5060 averages below 30 FPS in this demo with Mega Geometry enabled. Indeed, with DLSS Super Resolution and Frame Generation at 1080p, the 5060 can exceed 100 FPS, but the resulting experience suffers in both image quality and input latency.

The Future of RTX Mega Geometry

At GDC 2026, NVIDIA announced that Mega Geometry would be implemented in the upcoming 2026 titles Control Resonant and The Witcher 4.

Testing RTX Mega Geometry

(Image credit: Nvidia)

During their Future of Path Tracing presentation at GDC 2026, NVIDIA highlighted the RTX Mega Geometry foliage system coming to The Witcher 4.

The new level-of-detail (LOD) system for foliage selectively updates only the relevant parts of the scene based on camera movement, and represents level-of-detail in a manner that is efficient to ray trace. This is done without exhibiting traditional LOD pop-in.

The system leverages Opacity Micromaps (OMMs) for distant LODs, which are used as a simplified representation of the geometry that is lightweight in memory. On the RTX 40-series and 50-series, OMMs are hardware-accelerated.

Image

1

of

4

Testing RTX Mega Geometry
(Image credit: Nvidia)

Later in the presentation, NVIDIA showcased the system in a demo featuring a vast 5x5 km forest composed of roughly 60 million plants spanning over 200 species, including around 1 million trees. Notably, the entire scene runs without streaming, with all assets resident in memory. Every element is represented as full geometry – down to individual pine needles – with some of the largest trees reaching approximately 10 million polygons each. The scene is rendered with fully dynamic, path-traced lighting, and the tree assets were provided by CD PROJEKT RED.

Testing RTX Mega Geometry

(Image credit: Nvidia)

What was surprising was the level of performance achieved in this demo. On the RTX 5090 at 4K using DLSS Quality mode (internal rendering resolution of 1440p), the demo ran at 80 FPS. This is nearly 18% faster than the Bonsai Diorama demo ran on the 5090 at 1440p.

On the RTX 4070 at 1440p using DLSS Quality mode (internal rendering resolution of 960p), it ran at about 58 FPS.

RTX Mega Geometry represents a meaningful step toward truly photorealistic real-time graphics. With advancements like the new LOD system for foliage and ongoing performance optimizations, it has the potential to enable scenes of unprecedented geometric complexity that can be rendered with fully dynamic, path-traced lighting at playable framerates on modern hardware.

Dan Mateescu is a PC enthusiast with many years of experience benchmarking PC hardware. In 2021, he started his own YouTube channel called 'Compusemble' where he benchmarks hardware in video games and the latest tech demos.