So noone has even thought about it i guess.
I think the way its implemented in modern Games( and Maya) is pretty good.
And in combination with Eevee it could do wonders for previs and rendering but also important workflow tasks like matching the feet of a character to a displaced ground.
Just imagine what it could do for visual design with animated displacement maps besides its realistic graphics qualities for gamedesign and animation.
Similar to …
OpenSubdiv GPU acceleration
https://developer.blender.org/T68996
… it could sit at the end of the mesh pipeline and pose as a “rendering effect” with NO blender data attached to it (just the input from the displacement in the shader node tree).
Thats also its native implementation on the gpu itself its basically a specialised postprocessing hardware shader on the gpu.
Nevertheless , becasue the GPU implementation supports both bend and standard displacement with fullscene tesselation at reasonable performance penalties and there would be no data to read back into blender it would not really pose any performance threat but make blender 100x times more powerful for several tasks.
so implementing it would encompass :
-
the material output node
-
eevee master shaders implementation
-
(maybe a displacement modifier which must sit at the end of the modifier stack like the mentioned obensubdiv implementation above - but i think shader is better and can be tuned to get parity between cycles and viewport/eevee)
i guess implementing a test case into eevee isnt that hard since its not hard to write the shader code and there are several glsl examples on the internet.
Where are the master shaders for eevee viewport located in the codetree?
What do you guys think?
you think this is important and a good addition ?
is there something i´m overlooking (like selection which runs through opengl i guess)?
any other problems ?
has anyone ever tried it already?
Thanx for listening
edit:
The enduser could work with ultra low poly assets with tesselation/displacement at all times throughout the creation pipeline …
Big scenes have the potential to become very light since most geometry is moved out of blender and into the underlying opengl code.
Previs would be complete once and for all.