My work while following along the book "The Ray Tracer Challenge"
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
JD Cantrell 50c3c2d90e
Add triangles and obj files
2年前
pictures Fix acne bug, add watchers and preview page 3年前
raytracer Add triangles and obj files 2年前
tests Add triangles and obj files 2年前
.flake8 Start chapter 4 4年前
.gitignore Fix acne bug, add watchers and preview page 3年前
README.md Work from chapters 1-3 4年前
cannon.py Update vector and matrix to use numpy, still lots of broken things to fix 2年前
clock.py Replace previous hard coded math with numpy 2年前
cones.py Add groups 2年前
cube.py Add Cubes, add some mp helpers 2年前
cylinders.py Add cylinders 2年前
floor.py Replace previous hard coded math with numpy 2年前
plane_patterns.py Replace previous hard coded math with numpy 2年前
poetry.lock Reflections and Refraction (#2) 2年前
polygons.py Add a group render test 2年前
preview.html.j2 Clean up project 3年前
preview.py Reflections and Refraction (#2) 2年前
pyproject.toml Reflections and Refraction (#2) 2年前
reflections.py Replace previous hard coded math with numpy 2年前
rr_test.py Add Cubes, add some mp helpers 2年前
sphere_shaded.py Replace previous hard coded math with numpy 2年前
sphere_shaded_animated.py Replace previous hard coded math with numpy 2年前
sphere_shadow.py Replace previous hard coded math with numpy 2年前
teapot-high.obj Add triangles and obj files 2年前
teapot-low.obj Add triangles and obj files 2年前
teapot-lowpoly.obj Add triangles and obj files 2年前
teapot.obj Add triangles and obj files 2年前
teapots.py Add triangles and obj files 2年前
test.sh Fix acne bug, add watchers and preview page 3年前
tetra.obj Add triangles and obj files 2年前
wallpapered.py Replace previous hard coded math with numpy 2年前
world.py Replace previous hard coded math with numpy 2年前

README.md

Run poetry init to get started and then:

poetry shell
pytest
python cannon.py