diff options
author | pacien | 2018-01-09 16:14:18 +0100 |
---|---|---|
committer | pacien | 2018-01-09 16:14:18 +0100 |
commit | 38195a70192301e7df5b69bf2266a04a0b90a532 (patch) | |
tree | 2ad004884b1d5348e7b0812e514293eda3cd7d66 /doc | |
parent | 76cb6ee14cb72eba8df8112604d9c2e8598d2448 (diff) | |
download | morpher-38195a70192301e7df5b69bf2266a04a0b90a532.tar.gz |
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/project-report.md | 2 |
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 | |||
119 | The painter module provides functions to apply a previously constructed morphing to a base and a target image, | 119 | The painter module provides functions to apply a previously constructed morphing to a base and a target image, |
120 | generating a morphed image as the output. | 120 | generating a morphed image as the output. |
121 | 121 | ||
122 | None of its inputs are altered, allowing later reuse of the same base morphing. | ||
123 | |||
122 | A per-triangle rasterisation algorithm has been implemented instead of the suggested per-pixel triangle lookup for | 124 | A per-triangle rasterisation algorithm has been implemented instead of the suggested per-pixel triangle lookup for |
123 | performance reasons, as the whole process was meant to run in a single thread on the CPU, not benefiting the massive | 125 | performance reasons, as the whole process was meant to run in a single thread on the CPU, not benefiting the massive |
124 | parallelisation possibility that a GPU would have offered. | 126 | parallelisation possibility that a GPU would have offered. |