increase data for examples

This commit is contained in:
Ilia Filippov
2013-12-05 19:38:46 +04:00
parent 7022163e87
commit 5012ba34b4
4 changed files with 7 additions and 7 deletions

View File

@@ -66,8 +66,8 @@ writePPM(float *buf, int width, int height, const char *fn) {
int main() {
unsigned int width = 768;
unsigned int height = 768;
unsigned int width = 768 * 4;
unsigned int height = 768 * 4;
float x0 = -10;
float x1 = 10;
float y0 = -10;