Publisher
sanketsbrush
POM 3D
POM is addon that helps to create illusion of depth using instances of multimeshinstance3d node as layers and heightmap texture as alpha channel for each layer. It is similar to "StandardMaterial3D's Deep Parallax" but with better depth effect .
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Parallax Occlusion Mapping or POM in short , is a node made based on multimeshinstance3d .
It uses combination of MultimeshInstance3D instances as layers , and depth map as alpha map , for each layer to create depth effect.
I made this because I felt like Godot's StandardMaterial3D's Deep Parallax is not good enough for convex meshes.