Alpha 5
This commit is contained in:
parent
0f617c3de1
commit
866383d673
12 changed files with 336 additions and 161 deletions
|
|
@ -10,8 +10,8 @@
|
|||
*/
|
||||
static const float checkers[4] =
|
||||
{
|
||||
1,0,
|
||||
0,1
|
||||
1.0,0.0,
|
||||
0.0,1.0
|
||||
};
|
||||
#define d(x) x/4.0
|
||||
static const float ordered2[4] =
|
||||
|
|
|
|||
Reference in a new issue