@@ -3,6 +3,8 @@ Compiled test.osl -> test.oso
33 hypot (3, 4, 5) = 7.07107
44 reflect (0.447214 -0.894427 0, 0 1 0) = 0.447214 0.894427 0
55 reflect (0.447214 -0.894427 0, -1 0 0) = -0.447214 -0.894427 0
6+ faceforward (0 0 1, 0 -0.707107 -0.707107) = 0 0 1
7+ faceforward (0 0 1, 0 -0.707107 -0.707107, 0 0 -1) = 0 0 -1
68 testing total-internal reflection:
79 refract (0.707107 -0.707107 0, 0 1 0, 1.42) = 0 0 0
810 frensel: Kr= 1 Kt = 0 R = 0.707107 0.707107 0 T = 0 0 0
@@ -23,6 +25,8 @@ Compiled test.osl -> test.oso
2325 hypot (3, 4, 5) = 7.07107
2426 reflect (0.447214 -0.894427 0, 0 1 0) = 0.447214 0.894427 0
2527 reflect (0.447214 -0.894427 0, -1 0 0) = -0.447214 -0.894427 0
28+ faceforward (0 0 1, 0 -0.707107 -0.707107) = 0 0 1
29+ faceforward (0 0 1, 0 -0.707107 -0.707107, 0 0 -1) = 0 0 -1
2630 testing total-internal reflection:
2731 refract (0.707107 -0.707107 0, 0 1 0, 1.42) = 0 0 0
2832 frensel: Kr= 1 Kt = 0 R = 0.707107 0.707107 0 T = 0 0 0
@@ -43,6 +47,8 @@ Compiled test.osl -> test.oso
4347 hypot (3, 4, 5) = 7.07107
4448 reflect (0.447214 -0.894427 0, 0 1 0) = 0.447214 0.894427 0
4549 reflect (0.447214 -0.894427 0, -1 0 0) = -0.447214 -0.894427 0
50+ faceforward (0 0 1, 0 -0.707107 -0.707107) = 0 0 1
51+ faceforward (0 0 1, 0 -0.707107 -0.707107, 0 0 -1) = 0 0 -1
4652 testing total-internal reflection:
4753 refract (0.707107 -0.707107 0, 0 1 0, 1.42) = 0 0 0
4854 frensel: Kr= 1 Kt = 0 R = 0.707107 0.707107 0 T = 0 0 0
@@ -63,6 +69,8 @@ Compiled test.osl -> test.oso
6369 hypot (3, 4, 5) = 7.07107
6470 reflect (0.447214 -0.894427 0, 0 1 0) = 0.447214 0.894427 0
6571 reflect (0.447214 -0.894427 0, -1 0 0) = -0.447214 -0.894427 0
72+ faceforward (0 0 1, 0 -0.707107 -0.707107) = 0 0 1
73+ faceforward (0 0 1, 0 -0.707107 -0.707107, 0 0 -1) = 0 0 -1
6674 testing total-internal reflection:
6775 refract (0.707107 -0.707107 0, 0 1 0, 1.42) = 0 0 0
6876 frensel: Kr= 1 Kt = 0 R = 0.707107 0.707107 0 T = 0 0 0
0 commit comments