blog/todo.md

68 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2022-01-02 01:42:00 +01:00
* [-] interactive ray tracing
* [x] introduction post
* [x] introduce ray tracing as a topic
* [x] little bitta history
* [x] assert value of non-rtx ray tracing
* [x] break down upcoming chapters, basically a table of contents
* [-] what does ray tracing get us?
* [ ] global illumination
* [ ] real reflection, refraction
* [-] smooth curves
* [ ] camera artifacts
* [-] esoteric modelling - relativistic rendering
* [ ] technique fundamentals
* [ ] introduce other resources
* [ ] ray tracing in one weekend
* [ ] unity gpu compute
* [ ] dans opengl compute post
* [ ] constraints for interactivity
* [ ] 1spp
* [ ] necessary invalidation of accumulated samples for example when the camera moves, or moving objects
* [ ] anatomy of a trace: taking a sample from a scene
* [ ] pinhole camera model
* [ ] screen as view plane
* [ ] constructing rays
* [ ] camera jitter
* [ ] optics
* [ ] camera
* [ ] aperture
* [ ] focus
* [ ] shutter
* [ ]
* [ ] acceleration
* [ ] constructing a g-buffer
* [ ] depth importance sampling
* [ ] linearly blending frames
* [ ] relativistic ray tracing
* [ ] c-ship
* [ ] model to describe aberration of light
* [ ] doppler and searchlight effects
* [ ] colour spaces
2022-02-07 10:38:54 +01:00
* [-] orbits
* [x] intro
* [ ] keplerian orbits
* [ ] ellipses
* [ ] getting the eccentric anomaly
* [ ] newton's method
* [ ] binary search
* [ ] calculating the true anomaly
* [ ] orbital state vectors
* [ ] transfer orbits
* [ ] hohmann
2022-01-19 02:31:31 +01:00
* [ ] brachistocrone
* [ ] set up a git server w ssh
* [ ] https://www.inmotionhosting.com/support/website/git/git-server/
* [ ] https://www.inmotionhosting.com/support/product-guides/cloud-server/ssh-security-sftp-ubuntu-cloud-server/
* [ ] real-time operating systems
2022-01-05 20:11:24 +01:00
* [ ] todo lists
* [ ] meta af
* [ ] nesting them like this is super cool