trying to fix video
This commit is contained in:
parent
a5f47bb0e7
commit
b32c46b633
@ -56,7 +56,7 @@ I got border tracing working by tracking pixel locations with multiple detectabl
|
|||||||
To prevent pixels from being re-rendered, I stored information in the green channel of the image. My images never used green anyway, and I wouldn’t have to eat any more memory (I only had ~500 bytes left). Using the green channel also gave me a conveniently visual way to debug.
|
To prevent pixels from being re-rendered, I stored information in the green channel of the image. My images never used green anyway, and I wouldn’t have to eat any more memory (I only had ~500 bytes left). Using the green channel also gave me a conveniently visual way to debug.
|
||||||
|
|
||||||
## I can't embed video files so watch this its cool
|
## I can't embed video files so watch this its cool
|
||||||

|

|
||||||
|
|
||||||
## Benchmarking Border Tracing Performance
|
## Benchmarking Border Tracing Performance
|
||||||
I wrote a GDB script to benchmark performance with and without border tracing. Results improved up to 75%. I was planning on including a table and images here, but I'm running out of time writing this article. I will likely add it later!
|
I wrote a GDB script to benchmark performance with and without border tracing. Results improved up to 75%. I was planning on including a table and images here, but I'm running out of time writing this article. I will likely add it later!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user