|
6381 | 6381 | <output name="out" type="boolean" nodename="or" /> |
6382 | 6382 | </nodegraph> |
6383 | 6383 |
|
| 6384 | + <!-- Node: <blur> |
| 6385 | + NOTE : this implementation is a pass-thru, and does not implement the specification |
| 6386 | + --> |
| 6387 | + <nodegraph name="NG_blur_float" nodedef="ND_blur_float"> |
| 6388 | + <constant name="const" type="float"> |
| 6389 | + <input name="value" type="float" interfacename="in"/> |
| 6390 | + </constant> |
| 6391 | + <output name="out" type="float" nodename="const" /> |
| 6392 | + </nodegraph> |
| 6393 | + <nodegraph name="NG_blur_color3" nodedef="ND_blur_color3"> |
| 6394 | + <constant name="const" type="color3"> |
| 6395 | + <input name="value" type="color3" interfacename="in"/> |
| 6396 | + </constant> |
| 6397 | + <output name="out" type="color3" nodename="const" /> |
| 6398 | + </nodegraph> |
| 6399 | + <nodegraph name="NG_blur_color4" nodedef="ND_blur_color4"> |
| 6400 | + <constant name="const" type="color4"> |
| 6401 | + <input name="value" type="color4" interfacename="in"/> |
| 6402 | + </constant> |
| 6403 | + <output name="out" type="color4" nodename="const" /> |
| 6404 | + </nodegraph> |
| 6405 | + <nodegraph name="NG_blur_vector2" nodedef="ND_blur_vector2"> |
| 6406 | + <constant name="const" type="vector2"> |
| 6407 | + <input name="value" type="vector2" interfacename="in"/> |
| 6408 | + </constant> |
| 6409 | + <output name="out" type="vector2" nodename="const" /> |
| 6410 | + </nodegraph> |
| 6411 | + <nodegraph name="NG_blur_vector3" nodedef="ND_blur_vector3"> |
| 6412 | + <constant name="const" type="vector3"> |
| 6413 | + <input name="value" type="vector3" interfacename="in"/> |
| 6414 | + </constant> |
| 6415 | + <output name="out" type="vector3" nodename="const" /> |
| 6416 | + </nodegraph> |
| 6417 | + <nodegraph name="NG_blur_vector4" nodedef="ND_blur_vector4"> |
| 6418 | + <constant name="const" type="vector4"> |
| 6419 | + <input name="value" type="vector4" interfacename="in"/> |
| 6420 | + </constant> |
| 6421 | + <output name="out" type="vector4" nodename="const" /> |
| 6422 | + </nodegraph> |
| 6423 | + |
6384 | 6424 | </materialx> |
0 commit comments