From 0bb395c4af68f748e40ae702c7e7df629d5e679d Mon Sep 17 00:00:00 2001 From: Skye Terran Date: Tue, 17 Aug 2021 15:18:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 195d54b..0a990b4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Neutrino should have: - No redundancy - Explicit data types - No junk data (anything that isn't universally relevant to the vast majority of 3D software) +- Non-hierarchical structure which can facilitate conversion between different softwares' conventions + - *For example: Many softwares use DAGs (Directed Acyclic Graphs) to structure their scenes, but not all of them. Neutrino should not be limited to any specific software's convention.* ### Human-readable syntax