You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Colored refractive materials can also be dispersive. Here's a comparison of clear dispersive and non dispersive dragons as well as yellow dispersive and non dispersive dragons.
Dispersion does not cause each iteration to take more time, but rendering with a high dispersion may take more iterations to reach the same level of convergence.
47
53
@@ -58,9 +64,8 @@ The surface area heuristic is about 32 times faster on a 5000 primitive scene (S
58
64
#### Textures
59
65
Diffuse textures and normal maps are supported using the `TEX` and `NOR` attributes when defining materials. As textures are loaded, their data is added onto a flat array containing every texture. Each material stores an offset to the array to where its texture starts, along with the texture width to correctly compute the location in the array of a given pixel. Both normal maps and diffuse textures are stored in the same array. UV mapping is implemented for cubes, spheres, and meshes.
60
66
61
-
|||
62
-
|---------------|------------------|
63
67
|||
68
+
|---------------|------------------|
64
69
|||
65
70
66
71
@@ -70,12 +75,9 @@ First rays emitted from the camera are uniformly jittered within each pixel so t
70
75
## More renders
71
76
Finally, here are more renders to show correctness. Note that I turned up the emittance of the light to 8 from 5, so these may look brighter than reference renders.
0 commit comments