diff --git a/flask/converters/static/js/MaterialXConversionApp.js b/flask/converters/static/js/MaterialXConversionApp.js index 51f458e..08df8fe 100644 --- a/flask/converters/static/js/MaterialXConversionApp.js +++ b/flask/converters/static/js/MaterialXConversionApp.js @@ -124,7 +124,7 @@ export class MaterialX_Conversion_Client extends WebSocketClient { // Copy the content from CodeMirror back to the textarea materialXTextArea.value = this.editor.getValue(); }); - this.editor.setSize('auto', '300px'); + this.editor.setSize('auto', '40em'); /////////////////////////////////////////////////////////////////////////////// diff --git a/flask/converters/templates/MaterialXConversionApp.html b/flask/converters/templates/MaterialXConversionApp.html index 484bc62..47d14d5 100644 --- a/flask/converters/templates/MaterialXConversionApp.html +++ b/flask/converters/templates/MaterialXConversionApp.html @@ -1,5 +1,6 @@ +
@@ -14,9 +15,9 @@ - - - + + + + + + - + - -Sample application used to support glTF node graph / MaterialX / OpenUSD interop
- testing and site deployment. OpenUSD conversion uses usd-core and
- custom code to generate a simplified USD document (*). glTF Texture Procedural
- conversion uses the library found here
-
- (*) Note that synchronization of USD to MaterialX 1.39
- is the target.
+
+
+ Sample showing rendering of the document using the C++ MaterialxView + core utility.
-Sample showing support for glTF Texture Procedural, MaterialX, and OpenUSD interop
+ OpenUSD conversion uses the usd-core
Python package with
+ custom code to generate a simplified USD document (*). glTF Texture Procedural
+ conversion uses the Python library found here
+
+ (*) Note that synchronization of USD to MaterialX 1.39
+ is the target.
+