You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/DeveloperGuide/MainPage.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ MaterialX is an open standard for representing rich material and look-developmen
7
7
- Download the latest version of the [CMake](https://cmake.org/) build system.
8
8
- Point CMake to the root of the MaterialX library and generate C++ projects for your platform and compiler.
9
9
- Select the `MATERIALX_BUILD_PYTHON` option to build Python bindings.
10
-
- Select the `MATERIALX_BUILD_VIEWER` option to build the MaterialX viewer.
10
+
- Select the `MATERIALX_BUILD_VIEWER` option to build the [MaterialX Viewer](https://github.com/AcademySoftwareFoundation/MaterialX/blob/main/documents/DeveloperGuide/Viewer.md).
11
+
- Select the `MATERIALX_BUILD_GRAPH_EDITOR` option to build the [MaterialX Graph Editor](https://github.com/AcademySoftwareFoundation/MaterialX/blob/main/documents/DeveloperGuide/GraphEditor.md).
0 commit comments