Mercurial > games > semicongine
changeset 1391:dfec8cac24b3
autocommit
author | sam <sam@basx.dev> |
---|---|
date | Sat, 14 Dec 2024 16:30:07 +0700 |
parents | 30663c71d9fb |
children | 77eb59fd855d |
files | semicongine/text.nim |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/semicongine/text.nim Sat Dec 14 16:29:06 2024 +0700 +++ b/semicongine/text.nim Sat Dec 14 16:30:07 2024 +0700 @@ -98,8 +98,8 @@ const int[6] indices = int[](0, 1, 2, 2, 3, 0); const int[4] i_x = int[](0, 0, 2, 2); const int[4] i_y = int[](1, 3, 3, 1); -const float epsilon = 0.000000000000001; -// const float epsilon = 0.1; +// const float epsilon = 0.000000000000001; +const float epsilon = 0.1; void main() { int vertexI = indices[gl_VertexIndex];