Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ginoginelli

Pages: [1]
1
Themes / Re: MAGNUS theme with coverflow game selector [preview]
« on: January 04, 2018, 11:57:32 AM »
Looks good! Is there an ETA?? (Sorry for my impatience)

Thanks for all your awesome work!

2
Themes / Re: SILKY Theme v0.6.9 beta
« on: January 04, 2018, 11:55:41 AM »
Hi Oomek,

Just to let you know I noticed a problem with your crt.frag.

Changing the lines:

  if( params.y )
      gl_FragColor.xyz = gl_FragColor.xyz * ((sin((gl_TexCoord[0].y * params.x ) * PI ) + 1) * 0.5);


to:

  if( params.y > 0. )
      gl_FragColor.xyz = gl_FragColor.xyz * ((sin((gl_TexCoord[0].y * params.x ) * PI ) + 1.) * 0.5);


fixed the problem (note also the "." behind the "1"). Not sure if I'm the only one with this issue (I'm running Attract-Mode on a Mac) but just thought I let you know.

Cheers and thanks for an awesome layout!

Pages: [1]