aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-07-08 14:21:47 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-08 14:21:47 -0700
commit8e0da72ba890de395c9946ec6639c9e1e7b16027 (patch)
treedecdcf51796b2b34d775d9d42cd2cef4b90b7cb7 /gyp
parent0007bde42016f879db1ec564c9c64e9f2ffb6709 (diff)
Add normal map sample
This adds an example of an SkShader that does normal mapping. It has a single directional light and an ambient light. Review URL: https://codereview.chromium.org/1212813009
Diffstat (limited to 'gyp')
-rw-r--r--gyp/SampleApp.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 7ccda93619..83c7c36483 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -86,6 +86,7 @@
'../samplecode/SampleLayerMask.cpp',
'../samplecode/SampleLayers.cpp',
'../samplecode/SampleLCD.cpp',
+ '../samplecode/SampleLighting.cpp',
'../samplecode/SampleLines.cpp',
'../samplecode/SampleLua.cpp',
'../samplecode/SampleManyRects.cpp',