A fast 9*9 video reader and it's video data writer. The storage is really small as only 3 pixels of filt are used for each animation frame! Update: more data storage space and improved writer :P
video
electronics
digital
animation
roach
Comments
-
I accidentaly placed a pixel of goo into the data thingy
-
I may have broken it id:2749584
-
id:2185003 <- le demo
-
FILT also has logic modes (XOR, AND, etc.) that let them perform bitwise operations on the ctypes of incoming BRAYs. A FILT's ctype can be seperated into its individual bits by passing a BRAY through it and passing that BRAY through a bunch of FILT(AND mode)s, each FILT(AND) holding a bit of the entire spectrum. I'm making a small demo soon
-
Videos and computers in TPT encode data by setting the color of FILT. This can be done by hitting DTEC with BRAY. Whatever FILT is touching DTEC will be changed to the color of BRAY.
-
armoryshop: caelinator: the ctype of FILT determines the color. Setting it to a power of 2 will give it a single hue. Any other ctype will give many hues. To see which hues are set, press D and hover over FILT. If you don't know what ctype is, ctype is a property of FILT. It can be set using the console or the PROP tool.
-
i dont get it
-
armoryshop: Set ctype to n (n being any number between 1 and 2^30-1)
-
+1 for sure. But the dray near (304,290) copies up to the top right when you hit play. I just thought you should know, if you didn't already. Otherwise goodjob!
-
How to color code FILT?