From 38195a70192301e7df5b69bf2266a04a0b90a532 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 9 Jan 2018 16:14:18 +0100 Subject: Update report, add authorship to C files Signed-off-by: pacien --- doc/project-report.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 The painter module provides functions to apply a previously constructed morphing to a base and a target image, generating a morphed image as the output. +None of its inputs are altered, allowing later reuse of the same base morphing. + A per-triangle rasterisation algorithm has been implemented instead of the suggested per-pixel triangle lookup for performance reasons, as the whole process was meant to run in a single thread on the CPU, not benefiting the massive parallelisation possibility that a GPU would have offered. -- cgit v1.2.3