7 lines
80 B
GLSL
7 lines
80 B
GLSL
|
|
print(fconsts.PI);
|
|
|
|
for(var i = 0; i < 10; i = i + 1) {
|
|
print(fconsts.PI);
|
|
}
|