From b61a08986925d7469bffcc3013e8d83e135fc071 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Mon, 2 Dec 2019 21:30:46 -0500 Subject: [PATCH] Add test output image to README.md --- .gitattributes | 1 + .github/output.png | 3 +++ README.md | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 .gitattributes create mode 100644 .github/output.png diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24a8e87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.github/output.png b/.github/output.png new file mode 100644 index 0000000..f03713f --- /dev/null +++ b/.github/output.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffa4d4a69ab13db90634ac3c04fb77fbe1467c106a3d8bc32bb8862f0061243 +size 78201 diff --git a/README.md b/README.md index 6bd9c34..07f8975 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ # vanrijn Ray tracer + +![Rendered test image of three spheres](.github/output.png?raw=true "Test Image")