Fix initial value for matrix property registration 53/52853/1
authorNick Holland <nick.holland@partner.samsung.com>
Thu, 26 Nov 2015 15:36:12 +0000 (15:36 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Thu, 26 Nov 2015 15:39:29 +0000 (15:39 +0000)
commitf36862d59316d840e5e711220b907d50461eb502
tree28878e3b2f096a905e07bdb086454933eea725fe
parent89e63b880b582ed7fddf40330136d2f2452b833b
Fix initial value for matrix property registration

Currently the full contents of imat is not set to the
viewMatrix property.

var imat = [1,0,0,0,
   0,1,0,0,
           0,0,1,0,
           0,0,0,1];
shader.registerAnimatableProperty('viewMatrix', imat);

Change-Id: I25c76b0dc34e5238316b1bc571d8c8cc4ce8cedc
plugins/dali-script-v8/src/object/property-value-wrapper.cpp