Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

brick.shtest 258B

12345678
  1. vs CH06-brick.vert
  2. fs CH06-brick.frag
  3. uniform LightPosition GL_FLOAT_VEC3 0.1 0.1 9.0
  4. uniform BrickColor GL_FLOAT_VEC3 0.8 0.2 0.2
  5. uniform MortarColor GL_FLOAT_VEC3 0.6 0.6 0.6
  6. uniform BrickSize GL_FLOAT_VEC2 1.0 0.3
  7. uniform BrickPct GL_FLOAT_VEC2 0.9 0.8