116
edits
Changes
TeamDS
,→Signed Distance Field Generator
[[File:a1_512.png]]
----
=== Analysis ===
As you can see, it gets much more expensive as the image size increases. This is due to the n^2 algorithm. In order to to be able to convert images to SDF for game engine in reasonable amount of time, we need to look into GPU parallelism.
=== Assignment 2 ===
=== Assignment 3 ===