A project about my 3D exploring journey
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
915 B

5 years ago
# PlayWith3D
5 years ago
A project about [my](cx@kdxcxs.com) 3D exploring journey
## Projects
5 years ago
### First Cube
preview:
![FirstCubegif](assets/First_Cube.gif)
prototype:
![FirstCubePrototype](assets/FirstCubePrototype.jpg)
src:
1. [python](src/python/First_Cube.py)
2. [js](src/js/First_Cube.html)
5 years ago
### Cube Without Perspective
Simply fill the two faces nearer to the camera.
preview:
![CubeWithoutPerspective](assets/CubeWithoutPerspective.gif)
prototype:
![CubeWithoutPerspectivePrototype](assets/CubeWithoutPerspectivePrototype.jpg)
src:
1. [python](src/python/CubeWithoutPerspective.py)
### Simple 3D Camera
To be done.
I have to prepare for the college entrance examination😥
preview for functional parts:
![Simple3DCameraPreview](assets/Simple3DCamera.gif)
Check the TODO list in [Simple3DCamera.py](src/python/Simple3DCamera.py) for more information.
src:
1. [python](src/python/Simple3DCamera.py)