Skip to content

Commit cca584a

Browse files
Fix reference to space in specification (#2716)
This changelist fixes a reference to the `space` of a geometric node in the Standard Nodes specification, aligning an MTLX example with the stated syntax in the specification text.
1 parent 089b464 commit cca584a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

documents/Specification/MaterialX.StandardNodes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,9 @@ Creates a black and white pattern of hexagons with a defined tiling and size (di
676676
Geometric nodes are used to reference local geometric properties from within a node graph:
677677

678678
```xml
679-
<position name="wp1" type="vector3" space="world"/>
679+
<position name="wp1" type="vector3">
680+
<input name="space" type="string" value="world"/>
681+
</position>
680682
<texcoord name="c1" type="vector2">
681683
<input name="index" type="integer" value="1"/>
682684
</texcoord>

0 commit comments

Comments
 (0)