|
1 | | -Changes: |
2 | | - |
3 | 1 | Release 1.8 -- (in progress - dev) ?? 2016 (compared to 1.7) |
4 | | -===================================================== |
| 2 | +-------------------------------------------------- |
5 | 3 |
|
6 | 4 | Language, standard libary, and compiler changes (for shader writers): |
7 | 5 | * Language features: |
@@ -107,7 +105,7 @@ Release 1.7.2 -- 1 Mar 2016 (compared to 1.7.1) |
107 | 105 |
|
108 | 106 |
|
109 | 107 | Release 1.7 [1.7.1] -- 29 Jan 2016 (compared to 1.6) |
110 | | -==================================================== |
| 108 | +-------------------------------------------------- |
111 | 109 | Language, standard libary, and compiler changes (for shader writers): |
112 | 110 | * Language features: |
113 | 111 | * Support for closure arrays in shader inputs. #544 (1.7.0) |
@@ -516,9 +514,9 @@ Release 1.5 (1.5.10) -- July 30, 2014 (compared to 1.4) |
516 | 514 | ---------------------------------------------- |
517 | 515 | Language, standard libary, and compiler changes (for shader writers): |
518 | 516 | * New closure function for microfacet BSDFs: |
519 | | - closure color microfacet (string distribution, normal N, |
| 517 | + closure color microfacet (string distribution, normal N, |
520 | 518 | float alpha, float eta, int refract) |
521 | | - closure color microfacet (string distribution, normal N, vector U, |
| 519 | + closure color microfacet (string distribution, normal N, vector U, |
522 | 520 | float xalpha, float yalpha, float eta, int refract) |
523 | 521 | These replace the growing zoo of microfacet_blah functions (using |
524 | 522 | different distribution values such as "beckmann" or "ggx", as well as |
@@ -558,11 +556,11 @@ API changes, new options, new ShadingSystem features (for renderer writers): |
558 | 556 | SEE SECTION BELOW ON GROUP-SPECIFIC ATTRIBUTES |
559 | 557 | * New ShaderGroupBegin() variant takes a text description of a shader |
560 | 558 | group. (3.5.8) (#379) For example: |
561 | | - ShaderGroupBegin ("groupname", "surface", |
562 | | - "param float fin 3.14; " /*concatenate string*/ |
563 | | - "shader a alayer;" |
564 | | - "shader b blayer;" |
565 | | - "connect alayer.f_out blayer.f_in;"); |
| 559 | + ShaderGroupBegin ("groupname", "surface", |
| 560 | + "param float fin 3.14; " /*concatenate string*/ |
| 561 | + "shader a alayer;" |
| 562 | + "shader b blayer;" |
| 563 | + "connect alayer.f_out blayer.f_in;"); |
566 | 564 | * ShadingSystem methods renderer() and texturesys() retrieve the |
567 | 565 | RendererServices and TextureSystem, respectively. (1.5.8) |
568 | 566 | * ShadingSystem statistics output now prints the version and major |
@@ -1433,6 +1431,3 @@ Release 0.5.2 - Mar 14, 2011 |
1433 | 1431 | "smartcubic", "cubic", "linear", "closest"). |
1434 | 1432 | * Bug fixes to getmessage() and its handling of derivatives, which includes |
1435 | 1433 | a slight RendererServices API change. |
1436 | | - |
1437 | | - |
1438 | | - |
0 commit comments