diff options
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. |