It's possible that AMD is "winning" in certain games by secretly blocking heavy effects, like shadows from translucent objects:
https://www.youtube.com/watch?v=Ynb4raivIpM
#Rendering@GameDEV
#Hardware@GameDEV
#AMD@GameDEV
https://www.youtube.com/watch?v=Ynb4raivIpM
#Rendering@GameDEV
#Hardware@GameDEV
#AMD@GameDEV
YouTube
Why Doesn't Black Ops 7 Look the Same on AMD?
See the AOC U27G4XM Here: https://www.ple.com.au/products/678957/aoc-gaming-u27g4xm-27-1080p-320-hz-4k-2160p-160hz-dual-mode-fast-ips-monitor?srsltid=AfmBOooM8cRDFWOYeeM60E7fDlNtcpLdk5Jlqunu09Me3V9Xr7ch9Ssl
https://www.centrecom.com.au/aoc-u27g4xm-27-mini…
https://www.centrecom.com.au/aoc-u27g4xm-27-mini…
✍8
By late 2025 it's been 7 years since Ray Tracing has been released, and we have literally one game that worth the hassle in PT + Ray Reconstruction.
#Rendering@GameDEV
#Rendering@GameDEV
❤19
Why you should use the Godot Rendering Server:
(Bookmarked for later)
https://www.youtube.com/watch?v=ZSzHbhx0PRM
#GodotEngine@GameDEV
#Tutorials@GameDEV
#Rendering@GameDEV
(Bookmarked for later)
https://www.youtube.com/watch?v=ZSzHbhx0PRM
#GodotEngine@GameDEV
#Tutorials@GameDEV
#Rendering@GameDEV
YouTube
Why you should use the Godot Rendering Server
A short explainer on the Godot Rendering Server API and how it stacks up against multimeshes and nodes.
RENDERING SERVER SERIES:
1) Rendering Server: https://www.youtube.com/watch?v=ZSzHbhx0PRM
2) Manual LOD: https://www.youtube.com/watch?v=l0O7KUME_K0
3)…
RENDERING SERVER SERIES:
1) Rendering Server: https://www.youtube.com/watch?v=ZSzHbhx0PRM
2) Manual LOD: https://www.youtube.com/watch?v=l0O7KUME_K0
3)…
❤7
They did some dark magic with RTX 50 new RT-cores, so the performance in Blender is so fast, I can't make a tea during rendering times.
For comparison, the 5070 renders Classroom in 12.7 seconds, while the much heavier (and more expensive) Radeon 9070 XT stays at 19–20 seconds. My old 3060 Ti required about 24–25 seconds to render it.
So, my baking workflow improved by about two times, and I'm making 4K textures now.
#Blender@GameDEV
#Rendering@GameDEV
#Hardware@GameDEV
For comparison, the 5070 renders Classroom in 12.7 seconds, while the much heavier (and more expensive) Radeon 9070 XT stays at 19–20 seconds. My old 3060 Ti required about 24–25 seconds to render it.
So, my baking workflow improved by about two times, and I'm making 4K textures now.
#Blender@GameDEV
#Rendering@GameDEV
#Hardware@GameDEV
👍12🗿1
Just figured out how to bake Bent Normals in Blender. Unfortunately, CPU-only (using OSL). My 3D assets pipeline is getting better.
* It's a mixture of Normals and Ambient Occlusion to improve lighting bounce and occlusion.
#Rendering@GameDEV
#Blender@GameDEV
* It's a mixture of Normals and Ambient Occlusion to improve lighting bounce and occlusion.
#Rendering@GameDEV
#Blender@GameDEV
❤9🔥4
Media is too big
VIEW IN TELEGRAM
By the way, in Godot 4.6 the transparency no longer breaks reflections behind it even if the Screen texture is used and modified.
So, no more issues with screen effects if they are used as a 3D filter. Which is a huge upgrade that fixes a lot of possible screen effects. I have a few more stupid ideas!
PS. The scene I've tried it on was to check how pointlessly unoptimized can it be and still work. With like hundreds of objects which are not instanced scenes, but just a bunch of nodes placed in a grid. It works oddly fast though...
#GodotEngine@GameDEV
#Rendering@GameDEV
So, no more issues with screen effects if they are used as a 3D filter. Which is a huge upgrade that fixes a lot of possible screen effects. I have a few more stupid ideas!
PS. The scene I've tried it on was to check how pointlessly unoptimized can it be and still work. With like hundreds of objects which are not instanced scenes, but just a bunch of nodes placed in a grid. It works oddly fast though...
#GodotEngine@GameDEV
#Rendering@GameDEV
🔥7❤5👍1
GameDev Pulse
By the way, in Godot 4.6 the transparency no longer breaks reflections behind it even if the Screen texture is used and modified. So, no more issues with screen effects if they are used as a 3D filter. Which is a huge upgrade that fixes a lot of possible…
And if you missed the fun, in our chat we were discussing the glass shader today and how glass almost always requires raytracing. A quick recap:
- Not always, you can make ok-ish glass that will work for most cases and will run much faster
- It will not work well as a nested set of similar effects in Godot, since only one glass will have full access to screen image. It will require tweaks in UE and Unity, and only in UE5.2+ it will be kinda OK, not 5.1 and before.
#Rendering@GameDEV
#Shaders@GameDEV
#GodotEngine@GameDEV
- Not always, you can make ok-ish glass that will work for most cases and will run much faster
- It will not work well as a nested set of similar effects in Godot, since only one glass will have full access to screen image. It will require tweaks in UE and Unity, and only in UE5.2+ it will be kinda OK, not 5.1 and before.
#Rendering@GameDEV
#Shaders@GameDEV
#GodotEngine@GameDEV
❤8👏1
And Godot 4.6 is not gonna be the one: the issue with UI rendering the whole window instead of a tab or menu list occurs again.
Only in DX12 mode which is as of now the default one in 4.6, instead of the Vulkan backend. And it happens rarely, but getting cached inside the project and can remain after I re-open it.
https://github.com/godotengine/godot/issues/95619
PS. The post is sarcastic, the bug is freaking damn rare. Can also be related to NVIDIA, for example. I can't replicate on a small project.
#GodotEngine@GameDEV
#Rendering@GameDEV
Only in DX12 mode which is as of now the default one in 4.6, instead of the Vulkan backend. And it happens rarely, but getting cached inside the project and can remain after I re-open it.
https://github.com/godotengine/godot/issues/95619
PS. The post is sarcastic, the bug is freaking damn rare. Can also be related to NVIDIA, for example. I can't replicate on a small project.
#GodotEngine@GameDEV
#Rendering@GameDEV
🫡8👍2😁2✍1😱1
Unity is going to discontinue HDRP (High Definition Rendering Pipeline). Only the URP (Universal Rendering Pipeline) will remain.
So they are planning to invest all resources into a scalable setup that will not be as powerful as HDRP at first. It's expected that there will be a period when making visually modern games will not be possible in Unity. Honestly, it wasn't possible anyway — HDRP was slow even on high-end hardware.
#Unity@GameDEV
#GameEngines@GameDEV
#Rendering@GameDEV
So they are planning to invest all resources into a scalable setup that will not be as powerful as HDRP at first. It's expected that there will be a period when making visually modern games will not be possible in Unity. Honestly, it wasn't possible anyway — HDRP was slow even on high-end hardware.
#Unity@GameDEV
#GameEngines@GameDEV
#Rendering@GameDEV
❤12👍2
Finally: elephant in the room has been addressed — the issues of the custom engine behind Crimson Desert!
https://www.youtube.com/watch?v=1tz4u5oYx_o
#Rendering@GameDEV
https://www.youtube.com/watch?v=1tz4u5oYx_o
#Rendering@GameDEV
YouTube
Crimson Desert GPU Benchmarks, Bugs, Simulation Error Tests, & Intel Arc Gets Screwed
Sponsor: Arctic MX-7 Thermal Paste on Amazon https://geni.us/WbHJ
Crimson Desert just launched. We tested the day 1 patch and launch version of Crimson Desert across 25 GPUs, 3 resolutions, all graphics presets, and also tested for simulation time error (alongside…
Crimson Desert just launched. We tested the day 1 patch and launch version of Crimson Desert across 25 GPUs, 3 resolutions, all graphics presets, and also tested for simulation time error (alongside…
👍1😁1😱1
Finally, DLSS update has reached Helldivers 2. Apparently, the shit is completely broken now. At best you will get shimmering. At worst, flares!
So, I was wrong, the answer is yes: https://www.gameunion.tv/en/games/helldivers-ii-game-engine-discontinued-autodesk-stingray-it-135
Also, Helldivers are... fallen to BUGS! :D
#Helldivers@GameDEV
#Rendering@GameDEV
#Bugs@GameDEV
So, I was wrong, the answer is yes: https://www.gameunion.tv/en/games/helldivers-ii-game-engine-discontinued-autodesk-stingray-it-135
Also, Helldivers are... fallen to BUGS! :D
#Helldivers@GameDEV
#Rendering@GameDEV
#Bugs@GameDEV
😁9😱5
This media is not supported in your browser
VIEW IN TELEGRAM
The new Call of Duty MW4 will feature a dynamic weather and gamers are actually impressed
#CallOfDuty@GameDEV
#VFX@GameDEV
#Rendering@GameDEV
#CallOfDuty@GameDEV
#VFX@GameDEV
#Rendering@GameDEV
🔥15
Godot Engine 4.7 is out!
From areal lights and HDR support to building apps directly on Android. It seems very impressive this time!
https://godotengine.org/releases/4.7/
#GodotEngine@GameDEV
#GameEngines@GameDEV
#Rendering@GameDEV
From areal lights and HDR support to building apps directly on Android. It seems very impressive this time!
https://godotengine.org/releases/4.7/
#GodotEngine@GameDEV
#GameEngines@GameDEV
#Rendering@GameDEV
godotengine.org
Godot 4.7, Lights, Camera, Action!
Like a cult classic movie, Godot 4 has only gotten better with age. This brings us to Godot 4.7. With 3 years under its belt, the 4.7 Director’s Cut offers colors of never-before-reached intensity.
❤15🔥4
Good metal rendering study:
https://www.youtube.com/watch?v=r3bkGPobpTw
#Rendering@GameDEV
#Tutorial@GameDEV
https://www.youtube.com/watch?v=r3bkGPobpTw
#Rendering@GameDEV
#Tutorial@GameDEV
YouTube
Forgotten Metal Knowledge | Vray, Cycles, Arnold..
In this tutorial we will be going back to 2008 to rediscover a major aspect of 3D and expand on improving seemingly common and mastered materials to new-found fidelities.
This tutorial is presented on 3ds-max/Vray and Blender/Cycles, but can be applied to…
This tutorial is presented on 3ds-max/Vray and Blender/Cycles, but can be applied to…
🔥8
Callisto Protocol used to work on PlayStation 4 and Xbox One. No DLSS5, no flickering, very stable rendering. And you need no AI to make any of that, just a few equations and textures to account for.
They even shared guides on how to achieve their facial techniques (so anyone can reproduce these results for human skin shaders). And their failure proves: realistic faces are not selling by themselves.
#Rendering@GameDEV
They even shared guides on how to achieve their facial techniques (so anyone can reproduce these results for human skin shaders). And their failure proves: realistic faces are not selling by themselves.
Their SIGGRAPH presentation is attached in the comments!
#Rendering@GameDEV
❤11🔥4🍌2
Hold up, I have an urgent news, only for true geeks: all rendering techniques fouken suck! Sponza looks much better!
#Rendering@GameDEV
#Rendering@GameDEV
🔥13