Index: development/Visualisatie_3D/Parametric_3D_models/MVX.json =================================================================== diff -u -r122 -r123 --- development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 122) +++ development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 123) @@ -152,6 +152,30 @@ "z": "-75" }, "uv": "@cube scale(0.01)" + }, + { + "comment": "BoxCap Left", + "if": "is(SideType, 'BoxCap')", + "geometry": { + "pass": true, + "url": "P-VIS-MVX.BoxCap-270" + }, + "material": "MaterialId_BoxSystemColour", + "uv": "@cube scale(0.01)" + }, + { + "comment": "BoxCap Right", + "if": "is(SideType, 'BoxCap')", + "geometry": { + "pass": true, + "url": "P-VIS-MVX.BoxCap-400" + }, + "material": "MaterialId_BoxSystemColour", + "mirror": "x", + "translate": { + "x": "BaseWidth" + }, + "uv": "@cube scale(0.01)" } ] } \ No newline at end of file