aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c637b9a..8642ed7 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ For this project, we ask that you demonstrate to us that your program achieves t
### Extra Feature: Parallelization
For the solving algorithm, I divided the dimensions and parallelized my code using the QTFramework to concurrently calculate the estimated positions.
-See line 280 in arap.c for the implementation.
+See line 286 in arap.c for the implementation.
The video below shows both implementations (concurrent and normal) when deforming bunny.obj, a large mesh, at 1000 iterations.
It appears the concurrent implementation is faster by only about a second.