RT Multisampling

This commit is contained in:
IlyaShurupov 2023-10-19 19:11:29 +03:00 committed by Ilya Shurupov
parent 97a99f84f5
commit e9daedd6ea
7 changed files with 120 additions and 37 deletions

26
TODO
View file

@ -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