You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@ Used for my art project, but feel free to use it what ever the fun you want.
16
16
│ ├── DCM // OsiriX DICOM format (Axial 4.0)
17
17
│ ├── TIFF // TIFF format
18
18
│ └── PNG // PNG format
19
-
├── 3D
20
-
│ ├── DXF // Drawing eXchange Format
21
-
│ ├── FBX // Filmbox FBX v2012/v2015 format
22
-
│ ├── MIX // Autodesk Meshmixer MIX format
23
-
│ ├── OBJ // Obj format with no color-per-vertex extension
24
-
│ ├── STL // STL format 3D model in Bin and ASCII
25
-
│ ├── SVG // Illustrator SVG Format
26
-
│ ├── VRML // Version 2.0 utf8 WRL/VRML files
27
-
│ └── X3D // ISO 19776 XML Format
19
+
├── 3D // 3D Models in Various Format
20
+
│ ├── DXF // Drawing eXchange Format
21
+
│ ├── FBX // Filmbox FBX v2012/v2015 format
22
+
│ ├── MIX // Autodesk Meshmixer MIX format
23
+
│ ├── OBJ // Obj format with no color-per-vertex extension
24
+
│ ├── STL // STL format 3D model in Bin and ASCII
25
+
│ ├── SVG // Illustrator SVG Format
26
+
│ ├── VRML // Version 2.0 utf8 WRL/VRML files
27
+
│ └── X3D // ISO 19776 XML Format
28
28
└── TitleImage.png
29
29
```
30
30
31
-
- NOTE: Since the 2D images are not taken in equally spaced intervals, the 3D models are not isotropic as well. Meaning, the aspect ratio may be wrong.
31
+
- NOTE: Since the 2D images were not taken in equally spaced intervals, the 3D models were not isotropic as well. Meaning, the aspect ratio may be wrong.
0 commit comments