RT Multisampling
This commit is contained in:
parent
97a99f84f5
commit
e9daedd6ea
7 changed files with 120 additions and 37 deletions
26
TODO
26
TODO
|
|
@ -9,14 +9,26 @@ Make two grammars Regular and Context-free
|
|||
For each grammar make grammar rules parser, example sentence generation and sentence parsing
|
||||
Make automations itself a universal tool - NFA DFA conversions
|
||||
|
||||
RayTracer:
|
||||
Core:
|
||||
Normals
|
||||
Lua:
|
||||
Camera Settings
|
||||
Light Sources Settings (Point, Direction, Spot)
|
||||
Math:
|
||||
FFT
|
||||
|
||||
|
||||
RayTracer:
|
||||
Features:
|
||||
Normals flag
|
||||
Material, Normals per trig info
|
||||
|
||||
Quality:
|
||||
Render eq
|
||||
Materials
|
||||
Lenses
|
||||
Exposure
|
||||
|
||||
Efficiency:
|
||||
Casting Accelerators
|
||||
Important sampling
|
||||
Threading
|
||||
|
||||
Parser:
|
||||
CF Grammar:
|
||||
optimize generation of sentences
|
||||
|
|
@ -72,4 +84,4 @@ Utils:
|
|||
Save leaks and then use in debugging to break when the same call occurs?
|
||||
|
||||
TextEditor:
|
||||
Implement
|
||||
Implement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue