Scott Bassett

Results 3 issues of Scott Bassett

Currently, the nodegraph for ND_range_color4 applies the gamma value to all channels (including the alpha channel). Should this be changed to only the rgb channels?

According to the supplemental spec, a texcoord value of (0, 0) should return the bottom left value. However, the current graph will return the top left value. I think that...

The following changes should be made: - ND_atan2_float's inputs should be renamed to iny and inx - ND_normalmap should be renamed to ND_normalmap_float - ND_normalmap_vector2 should be added - ND_switch_*...