From: Andrew Poor Date: Fri, 22 Jul 2016 13:32:03 +0000 (+0100) Subject: Normal-less objects now have their normals calculated so that they can be displayed... X-Git-Tag: dali_1.1.45~9 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-demo.git;a=commitdiff_plain;h=fa6ffeff83d1e13597b841ea5021b39f00e3a724 Normal-less objects now have their normals calculated so that they can be displayed correctly. Change-Id: If1d7bd35eaba1cff82f12ea8118b35cf486cfb23 --- diff --git a/examples/primitive-shapes/primitive-shapes-example.cpp b/examples/primitive-shapes/primitive-shapes-example.cpp index 7ac2870..6d6f1ad 100644 --- a/examples/primitive-shapes/primitive-shapes-example.cpp +++ b/examples/primitive-shapes/primitive-shapes-example.cpp @@ -324,7 +324,7 @@ public: //Renderer map for model mRendererMap.Clear(); mRendererMap[ "rendererType" ] = "PRIMITIVE"; - mRendererMap[ "color" ] = mColor; + mRendererMap[ "shapeColor" ] = mColor; } //Sets the 3D model to a sphere and modifies the sliders appropriately.