Add pinhole camera simulation
- add scene elements for visualization - add example that displays top down and projection to camera image
Showing
- examples/display_scene_camera.py 52 additions, 0 deletionsexamples/display_scene_camera.py
- misc/matrix_building.py 13 additions, 0 deletionsmisc/matrix_building.py
- rigid_body_models/boat.py 2 additions, 1 deletionrigid_body_models/boat.py
- scene_elements/__init__.py 0 additions, 0 deletionsscene_elements/__init__.py
- scene_elements/camera.py 30 additions, 0 deletionsscene_elements/camera.py
- scene_elements/scene.py 27 additions, 0 deletionsscene_elements/scene.py
- scene_elements/sphere.py 41 additions, 0 deletionsscene_elements/sphere.py
- scene_elements/water.py 52 additions, 0 deletionsscene_elements/water.py
examples/display_scene_camera.py
0 → 100644
scene_elements/__init__.py
0 → 100644
scene_elements/camera.py
0 → 100644
scene_elements/scene.py
0 → 100644
scene_elements/sphere.py
0 → 100644
scene_elements/water.py
0 → 100644
Please register or sign in to comment