From 91c19308dd2e56bff634daf44d74631d5ae9d8a7 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 12 Dec 2020 17:13:01 +0100 Subject: [PATCH] Document that BaseMaterial3D doesn't support height mapping + triplanar See #44322. --- doc/classes/BaseMaterial3D.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/BaseMaterial3D.xml b/doc/classes/BaseMaterial3D.xml index 31e6ea5e54b..fa6cf372ce4 100644 --- a/doc/classes/BaseMaterial3D.xml +++ b/doc/classes/BaseMaterial3D.xml @@ -224,6 +224,8 @@ + If [code]true[/code], height mapping is enabled (also called "parallax mapping" or "depth mapping"). See also [member normal_enabled]. + [b]Note:[/b] Height mapping is not supported if triplanar mapping is used on the same material. The value of [member heightmap_enabled] will be ignored if [member uv1_triplanar] is enabled.