Browse Source

quick fix

David Catuhe 6 năm trước cách đây
mục cha
commit
be2a52e2fc

+ 3 - 3
nodeEditor/src/components/diagram/input/inputNodePropertyComponent.tsx

@@ -74,10 +74,10 @@ export class InputPropertyTabComponentProps extends React.Component<IInputProper
             case NodeMaterialBlockConnectionPointTypes.Matrix:
                 systemValuesOptions = [
                     { label: "World", value: NodeMaterialSystemValues.World },
-                    { label: "WorldxView", value: NodeMaterialSystemValues.WorldView },
-                    { label: "WorldxViewxProjection", value: NodeMaterialSystemValues.WorldViewProjection },
+                    { label: "World x View", value: NodeMaterialSystemValues.WorldView },
+                    { label: "World x ViewxProjection", value: NodeMaterialSystemValues.WorldViewProjection },
                     { label: "View", value: NodeMaterialSystemValues.View },
-                    { label: "ViewxProjection", value: NodeMaterialSystemValues.ViewProjection },
+                    { label: "View x Projection", value: NodeMaterialSystemValues.ViewProjection },
                     { label: "Projection", value: NodeMaterialSystemValues.Projection }
                 ];
                 break;

+ 2 - 2
tests/validation/config.json

@@ -3,12 +3,12 @@
     "tests": [    
         {
             "title": "Node material #1",
-            "playgroundId": "#USQNJ6#3",
+            "playgroundId": "#USQNJ6#4",
             "referenceImage": "node-material1.png"
         },     
         {
             "title": "Node material #2",
-            "playgroundId": "#WYM31D#3",
+            "playgroundId": "#WYM31D#4",
             "referenceImage": "node-material2.png"
         },
         {