Commit | Date | |
---|---|---|
[r256]
by
rconstruct
Added Clipping to the Shrimp generated RIB, and fixed Quantization. Added archives/ directory with preview objects (read in main scene via ReadArchive). Tweaked main "container" scenes. RIB archives (Stanford Dragon, Stanford Buddha, Stanford Bunny, and background box) by Uros Simic. |
2009-11-06 17:19:16 | Tree |
[r255]
by
rconstruct
Cleaned up the RIB generation, added some extra options, such as searchpath defaults, and other RI statements. Prepared for the cleaned up RIBs. |
2009-11-06 16:09:11 | Tree |
[r254]
by
rconstruct
Changed shTile x/y frequency to uniform storage in xml block (as in shapes header). Updated bakeptc example (forgo tto disable rasterorient dicing), and added DisplayChannel "float occlusion" to the bakeptc example's RIB root block. Fixed ternary operator expression in glass model when choosing between glossy or specularbrdf(). |
2009-11-04 00:59:36 | Tree |
[r253]
by
rconstruct
Fix point/vector casting in helpers header (rotate(), :754). Changed default display on 3delight. Removed -lintlt on PRMan shader compiler default command, and added framebuffer to list of PRMan displays. Changed Ashikhmin-Shirley diffuse block's default values. Removed light categories from Kubelka-Munk block (no illuminance, meant for "sandwich models"). Updated bronze example scene, Spline_2 block was using "hermite" basis and missing a control point. |
2009-11-03 01:08:31 | Tree |
[r252]
by
rconstruct
Changed Ward isotropic normal input from "vector" to "normal" type. Changed default eta on Fresnel block from 1.5 to relative index of refraction (to the air ior of 1.0), so eta defaults to 0.75, good default for dielectric surfaces. |
2009-11-02 16:45:44 | Tree |
[r251]
by
rconstruct
Added envspace variable to Ashikhmin-Shirley block, and its environment sampling function. |
2009-11-02 14:59:46 | Tree |
[r250]
by
fredfewo
- Add Copy and Paste of group |
2009-11-02 06:11:14 | Tree |
2009-11-01 20:53:05 | Tree | |
[r248]
by
rconstruct
Added block to show the micropolygon grid. Changed default type of input normal to Complex Fresnel block, from vector to normal type. Changed environment block parameters, and the resulting output, which was aov_reflection - should be the block's $(value). Added LDR image expansion to environment block. Changed SHADEOP_PARAMETERS to environment block and tweaked some details. Fixed typos in LDR expansion function in texture header, and added float version of LDR expansion. |
2009-11-01 20:42:18 | Tree |
[r247]
by
rconstruct
The clamped_texture function (4 pairs of texture coordinates), was using tt instead of tt2 in the 1st pair. This is fixed to tt2 as it should be, for both float and color clamped_texture. There was a problem in the "box" projection when getting filterwidth of ST coordinates - filterwidth uses Du() and Dv(), and was being called inside varying conditionals. This was fixed, the filterwidth(ss) and (tt) statements are moved outside the varying conditional. Minor cleanups in texture functions. |
2009-10-29 21:41:29 | Tree |