summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpacien2018-01-09 16:14:18 +0100
committerpacien2018-01-09 16:14:18 +0100
commit38195a70192301e7df5b69bf2266a04a0b90a532 (patch)
tree2ad004884b1d5348e7b0812e514293eda3cd7d66 /doc
parent76cb6ee14cb72eba8df8112604d9c2e8598d2448 (diff)
downloadmorpher-38195a70192301e7df5b69bf2266a04a0b90a532.tar.gz
Update report, add authorship to C filesHEADmaster
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/project-report.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/project-report.md b/doc/project-report.md
index 8a8103f..4f9ccc3 100644
--- a/doc/project-report.md
+++ b/doc/project-report.md
@@ -119,6 +119,8 @@ triangle lookup from arbitrarily given coordinates and a simple way of traversin
119The painter module provides functions to apply a previously constructed morphing to a base and a target image, 119The painter module provides functions to apply a previously constructed morphing to a base and a target image,
120generating a morphed image as the output. 120generating a morphed image as the output.
121 121
122None of its inputs are altered, allowing later reuse of the same base morphing.
123
122A per-triangle rasterisation algorithm has been implemented instead of the suggested per-pixel triangle lookup for 124A per-triangle rasterisation algorithm has been implemented instead of the suggested per-pixel triangle lookup for
123performance reasons, as the whole process was meant to run in a single thread on the CPU, not benefiting the massive 125performance reasons, as the whole process was meant to run in a single thread on the CPU, not benefiting the massive
124parallelisation possibility that a GPU would have offered. 126parallelisation possibility that a GPU would have offered.