diff --git a/README.md b/README.md index e7fab23..c053115 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A 3D mesh voxelizer implemented in Rust using the DDA (Digital Differential Analyzer) algorithm. The DDA method is simple and very fast when you only want to voxelize the surfaces of meshes. -![1716994116122](image/README/1716994116122.png) +![1716994116122](docs/demo.png) ## DDA Algorithm Overview diff --git a/docs/demo.png b/docs/demo.png new file mode 100644 index 0000000..feec2b6 Binary files /dev/null and b/docs/demo.png differ diff --git a/image/README/1716994116122.png b/image/README/1716994116122.png deleted file mode 100644 index 137ca03..0000000 Binary files a/image/README/1716994116122.png and /dev/null differ