[Tizen] Fix ShadowMap doesn't apply blendshape 94/310794/1 accepted/tizen/7.0/unified/20240509.012500
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 8 May 2024 07:53:45 +0000 (16:53 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 8 May 2024 07:58:53 +0000 (16:58 +0900)
There was some issue that blendshape with position doesn't works well
when we use shadow.

Change-Id: I9278a02229ef2701c7e0cf3313b06f5cab51a833
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-scene3d/internal/graphics/shaders/shadow-map-shader.vert

index 1dbde64..4f3419a 100644 (file)
@@ -1,3 +1,4 @@
+#define MORPH defined(MORPH_POSITION) || defined(MORPH_NORMAL) || defined(MORPH_TANGENT)
 
 precision highp float;