.
This commit is contained in:
@@ -55,10 +55,12 @@ void main() {
|
||||
if ((m.x + m.y + m.z) > 200){
|
||||
p.x = 0;
|
||||
p.y = 0;
|
||||
p.z = p.z * 2;
|
||||
p.z = 255;
|
||||
}
|
||||
else {
|
||||
//p.w = 125;
|
||||
p.x = 0;
|
||||
p.y = 0;
|
||||
p.z = 0;
|
||||
}
|
||||
|
||||
//write_buffer.buf[0] = write_buffer.buf[0];
|
||||
|
||||
Reference in New Issue
Block a user