aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-05-27 05:13:26 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-27 05:13:26 -0700
commit64022c1ed2174fb499027f902c25be60ef7c3737 (patch)
tree04ceb7ac95e5e0e320d5996e9f5b8bff2e2dca1c /gyp
parent7dcb131935bda4aada0e37085c9f5e1f6a8f3842 (diff)
toy to play with antialias raytracing
Here's the ray tracer I wrote. I've commented out the calls to experimental stroking -- enough of it remains working to help visualize what you've been talking to me about. R=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2014993002 Review-Url: https://codereview.chromium.org/2014993002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/SampleApp.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index a9e312b9fb..44e5904461 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -16,6 +16,7 @@
'../src/image',
'../src/images',
'../src/lazy',
+ '../src/pathops',
'../gm', # needed to pull gm.h
'../samplecode', # To pull SampleApp.h and SampleCode.h
'../tools/debugger',
@@ -35,6 +36,7 @@
'../samplecode/PerlinPatch.cpp',
'../samplecode/Sample2PtRadial.cpp',
'../samplecode/SampleAAClip.cpp',
+ '../samplecode/SampleAAGeometry.cpp',
'../samplecode/SampleAARects.cpp',
'../samplecode/SampleAARectModes.cpp',
'../samplecode/SampleAll.cpp',