THREE.InfiniteGridHelper icon indicating copy to clipboard operation
THREE.InfiniteGridHelper copied to clipboard

infinite checkerboard!

Open RoxDevvv opened this issue 3 years ago • 3 comments

i have that piece of code to generate checkerboard i tried to implement it in your code end up with not movable checkerboard grid

vec2 center = -1.0 + 2.0 * vUv; vec2 uv = floor(center.xy * 600.0); if(mod(uv.x + uv.y, 2.0) > 0.5){ gl_FragColor = vec4(color1, 1.0); }else{ gl_FragColor = vec4(color2, 1.0); }

RoxDevvv avatar May 09 '21 02:05 RoxDevvv

There will be an update next days that offers more shape options such as inversed grid, checkerboard, rotation or a hexagonal grid.

Fyrestar avatar Sep 17 '21 11:09 Fyrestar

Thank you waiting for it

RoxDevvv avatar Nov 16 '21 19:11 RoxDevvv

@Roxgame95, same here. This is going to be a gamechanger for my app. I can't wait for this to be released.

tresabhi avatar Nov 16 '21 23:11 tresabhi