From 64022c1ed2174fb499027f902c25be60ef7c3737 Mon Sep 17 00:00:00 2001 From: caryclark Date: Fri, 27 May 2016 05:13:26 -0700 Subject: 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 --- gyp/SampleApp.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gyp') 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', -- cgit v1.2.3