what a nasty bug !
This commit is contained in:
parent
166dc651b4
commit
ba01f62983
@ -245,7 +245,7 @@ printf("xyzd %11.6f %11.6f %11.6f %11.6f\n",
|
|||||||
what->p.x, what->p.y, what->p.z, what->d);
|
what->p.x, what->p.y, what->p.z, what->d);
|
||||||
printf("diam %11.6f gray %5d\n", what->d, what->gray);
|
printf("diam %11.6f gray %5d\n", what->d, what->gray);
|
||||||
printf("rgba %11.6f %11.6f %11.6f %11.6f\n",
|
printf("rgba %11.6f %11.6f %11.6f %11.6f\n",
|
||||||
what->p.x, what->p.y, what->p.z, what->d);
|
what->col.r, what->col.g, what->col.b, what->col.a);
|
||||||
|
|
||||||
puts("----------------------------------------------------------");
|
puts("----------------------------------------------------------");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user