diff --git a/README.md b/README.md index 139bf5e..210e392 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ # PlayWith3D -A project about [my](cx@kdxcxs.com) 3D exploring journey \ No newline at end of file +A project about [my](cx@kdxcxs.com) 3D exploring journey + +## projects + +### First Cube + +preview: + +![FirstCubegif](assets/First_Cube.gif) + +prototype: + +![FirstCubePrototype](assets/FirstCubePrototype.jpg) + +### Cube Without Perspective + +Simply fill the two faces nearer to the camera. + +preview: + +![CubeWithoutPerspective](assets/CubeWithoutPerspective.gif) + +prototype: + +![CubeWithoutPerspectivePrototype](assets/CubeWithoutPerspectivePrototype.jpg) \ No newline at end of file diff --git a/assets/CubeWithoutPerspectivePrototype.jpg b/assets/CubeWithoutPerspectivePrototype.jpg new file mode 100644 index 0000000..e8f5e35 Binary files /dev/null and b/assets/CubeWithoutPerspectivePrototype.jpg differ diff --git a/assets/FirstCubePrototype.jpg b/assets/FirstCubePrototype.jpg new file mode 100644 index 0000000..5f9e060 Binary files /dev/null and b/assets/FirstCubePrototype.jpg differ