From 058f98a63658dc1a2579826ba167fd61bed1e21f Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 4 Mar 2022 10:47:15 -0600 Subject: add assimp submodule --- .../Assimp_Arch_Import.class.violet.html | 354 +++++++++ .../Assimp_Arch_export.class.violet.html | 648 +++++++++++++++ .../doc/architecture/assimp-process.png | Bin 0 -> 5341 bytes .../doc/architecture/assimp.object.violet.html | 107 +++ .../architecture/assimp_usecase.ucase.violet.html | 875 +++++++++++++++++++++ .../assimp-master/doc/architecture/exporter.png | Bin 0 -> 25291 bytes .../doc/architecture/process.class.violet.html | 337 ++++++++ .../assimp-master/doc/architecture/usecases.png | Bin 0 -> 24282 bytes 8 files changed, 2321 insertions(+) create mode 100644 src/mesh/assimp-master/doc/architecture/Assimp_Arch_Import.class.violet.html create mode 100644 src/mesh/assimp-master/doc/architecture/Assimp_Arch_export.class.violet.html create mode 100644 src/mesh/assimp-master/doc/architecture/assimp-process.png create mode 100644 src/mesh/assimp-master/doc/architecture/assimp.object.violet.html create mode 100644 src/mesh/assimp-master/doc/architecture/assimp_usecase.ucase.violet.html create mode 100644 src/mesh/assimp-master/doc/architecture/exporter.png create mode 100644 src/mesh/assimp-master/doc/architecture/process.class.violet.html create mode 100644 src/mesh/assimp-master/doc/architecture/usecases.png (limited to 'src/mesh/assimp-master/doc/architecture') diff --git a/src/mesh/assimp-master/doc/architecture/Assimp_Arch_Import.class.violet.html b/src/mesh/assimp-master/doc/architecture/Assimp_Arch_Import.class.violet.html new file mode 100644 index 0000000..b4e3a9a --- /dev/null +++ b/src/mesh/assimp-master/doc/architecture/Assimp_Arch_Import.class.violet.html @@ -0,0 +1,354 @@ + + + + + + + + + This file was generated with Violet UML Editor 2.1.0. +   ( View Source / Download Violet ) +
+
+ +
+
+ embedded diagram image + + diff --git a/src/mesh/assimp-master/doc/architecture/Assimp_Arch_export.class.violet.html b/src/mesh/assimp-master/doc/architecture/Assimp_Arch_export.class.violet.html new file mode 100644 index 0000000..ee567ca --- /dev/null +++ b/src/mesh/assimp-master/doc/architecture/Assimp_Arch_export.class.violet.html @@ -0,0 +1,648 @@ + + + + + + + + + This file was generated with Violet UML Editor 2.1.0. +   ( View Source / Download Violet ) +
+
+ +
+
+ embedded diagram image + + diff --git a/src/mesh/assimp-master/doc/architecture/assimp-process.png b/src/mesh/assimp-master/doc/architecture/assimp-process.png new file mode 100644 index 0000000..6507cb3 Binary files /dev/null and b/src/mesh/assimp-master/doc/architecture/assimp-process.png differ diff --git a/src/mesh/assimp-master/doc/architecture/assimp.object.violet.html b/src/mesh/assimp-master/doc/architecture/assimp.object.violet.html new file mode 100644 index 0000000..dee9d22 --- /dev/null +++ b/src/mesh/assimp-master/doc/architecture/assimp.object.violet.html @@ -0,0 +1,107 @@ + + + + + + + + + This file was generated with Violet UML Editor 2.1.0. +   ( View Source / Download Violet ) +
+
+ +
+
+ embedded diagram image + + diff --git a/src/mesh/assimp-master/doc/architecture/assimp_usecase.ucase.violet.html b/src/mesh/assimp-master/doc/architecture/assimp_usecase.ucase.violet.html new file mode 100644 index 0000000..c4df025 --- /dev/null +++ b/src/mesh/assimp-master/doc/architecture/assimp_usecase.ucase.violet.html @@ -0,0 +1,875 @@ + + + + + + + + + This file was generated with Violet UML Editor 2.1.0. +   ( View Source / Download Violet ) +
+
+ +
+
+ embedded diagram image + + diff --git a/src/mesh/assimp-master/doc/architecture/exporter.png b/src/mesh/assimp-master/doc/architecture/exporter.png new file mode 100644 index 0000000..b2e5b3d Binary files /dev/null and b/src/mesh/assimp-master/doc/architecture/exporter.png differ diff --git a/src/mesh/assimp-master/doc/architecture/process.class.violet.html b/src/mesh/assimp-master/doc/architecture/process.class.violet.html new file mode 100644 index 0000000..662daf4 --- /dev/null +++ b/src/mesh/assimp-master/doc/architecture/process.class.violet.html @@ -0,0 +1,337 @@ + + + + + + + + + This file was generated with Violet UML Editor 2.1.0. +   ( View Source / Download Violet ) +
+
+ +
+
+ embedded diagram image + + diff --git a/src/mesh/assimp-master/doc/architecture/usecases.png b/src/mesh/assimp-master/doc/architecture/usecases.png new file mode 100644 index 0000000..584ebc8 Binary files /dev/null and b/src/mesh/assimp-master/doc/architecture/usecases.png differ -- cgit v1.2.1