12-29-2021, 05:55 PM
This was answered on facebook, but to those looking for the answer here as well, RGB vectors have a midpoint of [0.5, 0.5, 0.5], not [0,0,0]...so if you set your RGB to [1,0,0], all components of the resulting vector will be non-zero. You'd want to set it to [1, 0.5, 0.5] to move to the right.