From 040f5223116be661606b0a3ae4618f1b7b057235 Mon Sep 17 00:00:00 2001 From: Davide Punzo Date: Fri, 17 Jan 2025 18:47:24 +0100 Subject: [PATCH] Update README.md --- .../Projects/JSONbasedscenefileformat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PW42_2025_GranCanaria/Projects/JSONbasedscenefileformat/README.md b/PW42_2025_GranCanaria/Projects/JSONbasedscenefileformat/README.md index 326759f15..ea576ca75 100644 --- a/PW42_2025_GranCanaria/Projects/JSONbasedscenefileformat/README.md +++ b/PW42_2025_GranCanaria/Projects/JSONbasedscenefileformat/README.md @@ -29,7 +29,7 @@ The primary objective of this feature is to introduce support for **JSON format* 1. Supporting a more structured format for the MRML file with explicit datatypes. 2. Providing APIs in Slicer to facilitate collaborative features, such as retrieving and updating the status of individual nodes. -With this setup, we would start a first step for future adoption and compatibility with standards like OpenUSD and Omniverse. For example, having MRML structured in JSON will make it much easier to convert nodes to OpenUSD. +With this setup, we would start a first step for future adoption and compatibility with standards like OpenUSD and real-time collaborative toolkits (e.g. Omniverse). For example, having MRML structured in JSON will make it much easier to convert nodes to OpenUSD. ---