Update README.md

This commit is contained in:
Skye Terran 2021-08-17 15:18:50 -07:00 committed by GitHub
parent a66b59e2c2
commit 0bb395c4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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