Index: development/Visualisatie_3D/Parametric_3D_models/MVX.json =================================================================== diff -u -r124 -r125 --- development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 124) +++ development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 125) @@ -65,6 +65,7 @@ "VARSECTIE = '***************************************GENERATE PRODUCTID****************************************' ", "ProductId_BoxSystemSide = concat('P-VIS-MVX.BoxSystemSide-', SideHeight, string(BoxSystemDepth))", "ProductId_BoxCap = concat('P-VIS-MVX.BoxCap-', string(BoxSystemDepth))", + "ProductId_GallerySide = concat('P-VIS-MVX.GallerySide-', string(BoxSystemDepth))", "VARSECTIE = '***************************************EINDE****************************************' " ] }, @@ -269,6 +270,30 @@ "x": "BaseWidth + 9", "y": "0" } + }, + { + "comment": "GallerySide Left", + "if": "is(SideType, 'Gallery')", + "geometry": { + "pass": true, + "url": "ProductId_GallerySide" + }, + "material": "MaterialId_BoxSystemColour", + "uv": "@cube scale(0.01)" + }, + { + "comment": "GallerySide Right", + "if": "is(SideType, 'Gallery')", + "geometry": { + "pass": true, + "url": "ProductId_GallerySide" + }, + "material": "MaterialId_BoxSystemColour", + "mirror": "x", + "translate": { + "x": "BaseWidth" + }, + "uv": "@cube scale(0.01)" } ] } \ No newline at end of file