May I please get some feedback on these?
I imagine that the 'virtuosos' must get tired of looking at the same old 2D crap.Sorry about that. I am plodding along, learning slowly but I will get there some day.🙂
12 posts
You could simply write x=0 to lead to the same result. Or write nothing at all, cause the initial value of all variables is '0' if not specified otherwise. But we usually use 'variables' to get 'variable values', that's kind of obvious, isn't it? So if you for example want to receive 0 on beat and 1.36127846 otherwise you would use variables (and a tiny amount of code).frame:
t=0
point:
x=x*t
Oh, and this time I believe I steered away from any APEs. If there are any, please point them out so I can remove them and work around them? Thanks.There is nothing wrong with APEs in general. Color Map, Triangle, Texer 2, Convolution, etc they are all great APEs with great uses.