summaryrefslogtreecommitdiff
path: root/00_blog/00035_Programming/00040_3DS-Loader
diff options
context:
space:
mode:
Diffstat (limited to '00_blog/00035_Programming/00040_3DS-Loader')
-rw-r--r--00_blog/00035_Programming/00040_3DS-Loader/3ds_1.pngbin0 -> 45088 bytes
-rw-r--r--00_blog/00035_Programming/00040_3DS-Loader/3ds_2.pngbin0 -> 51134 bytes
-rw-r--r--00_blog/00035_Programming/00040_3DS-Loader/3ds_3.pngbin0 -> 77940 bytes
-rw-r--r--00_blog/00035_Programming/00040_3DS-Loader/3ds_4.pngbin0 -> 79178 bytes
-rw-r--r--00_blog/00035_Programming/00040_3DS-Loader/3ds_5.pngbin0 -> 108655 bytes
-rw-r--r--00_blog/00035_Programming/00040_3DS-Loader/index.md18
6 files changed, 18 insertions, 0 deletions
diff --git a/00_blog/00035_Programming/00040_3DS-Loader/3ds_1.png b/00_blog/00035_Programming/00040_3DS-Loader/3ds_1.png
new file mode 100644
index 0000000..39fbe2b
--- /dev/null
+++ b/00_blog/00035_Programming/00040_3DS-Loader/3ds_1.png
Binary files differ
diff --git a/00_blog/00035_Programming/00040_3DS-Loader/3ds_2.png b/00_blog/00035_Programming/00040_3DS-Loader/3ds_2.png
new file mode 100644
index 0000000..90c41f6
--- /dev/null
+++ b/00_blog/00035_Programming/00040_3DS-Loader/3ds_2.png
Binary files differ
diff --git a/00_blog/00035_Programming/00040_3DS-Loader/3ds_3.png b/00_blog/00035_Programming/00040_3DS-Loader/3ds_3.png
new file mode 100644
index 0000000..c61bec8
--- /dev/null
+++ b/00_blog/00035_Programming/00040_3DS-Loader/3ds_3.png
Binary files differ
diff --git a/00_blog/00035_Programming/00040_3DS-Loader/3ds_4.png b/00_blog/00035_Programming/00040_3DS-Loader/3ds_4.png
new file mode 100644
index 0000000..b1d88d7
--- /dev/null
+++ b/00_blog/00035_Programming/00040_3DS-Loader/3ds_4.png
Binary files differ
diff --git a/00_blog/00035_Programming/00040_3DS-Loader/3ds_5.png b/00_blog/00035_Programming/00040_3DS-Loader/3ds_5.png
new file mode 100644
index 0000000..ad77647
--- /dev/null
+++ b/00_blog/00035_Programming/00040_3DS-Loader/3ds_5.png
Binary files differ
diff --git a/00_blog/00035_Programming/00040_3DS-Loader/index.md b/00_blog/00035_Programming/00040_3DS-Loader/index.md
new file mode 100644
index 0000000..37c5ea2
--- /dev/null
+++ b/00_blog/00035_Programming/00040_3DS-Loader/index.md
@@ -0,0 +1,18 @@
+ August 2001
+# Loader for the 3DS File Format
+
+Long ago I created this little loader for the binary 3DS file format, when
+exploring its chunk based nature. It only supports a small subset of chunk IDs,
+yet enough to get the faces and vertices.
+
+As you see the default color-scheme is somehow inspired by the good old C64 :smile:
+
+![](scale_3ds_3.png){}\
+![](scale_3ds_5.png){}\
+![](scale_3ds_4.png){}\
+![](scale_3ds_1.png){}\
+![](scale_3ds_2.png){}\
+
+<!--
+I keep it locally in ~/nogit/loader_3ds_files
+-->