Revert "[3.0] Rename color property of primitive visual to mixColor." 12/97812/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 05:24:21 +0000 (14:24 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 05:24:29 +0000 (14:24 +0900)
This reverts commit b57c3cd944761a29611789fffa3ee097804e7575.

Change-Id: Ib133f4735d62fa07c47d18ef2de77b515c54841a

examples/primitive-shapes/primitive-shapes-example.cpp

index 89ff58c..9329371 100644 (file)
@@ -318,7 +318,7 @@ public:
     //Visual map for model
     mVisualMap.Clear();
     mVisualMap[ Visual::Property::TYPE           ] = Visual::PRIMITIVE;
-    mVisualMap[ PrimitiveVisual::Property::MIX_COLOR ] = mColor;
+    mVisualMap[ PrimitiveVisual::Property::COLOR ] = mColor;
   }
 
   //Sets the 3D model to a sphere and modifies the sliders appropriately.