-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
36 lines (26 loc) · 725 Bytes
/
TODO
File metadata and controls
36 lines (26 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
===== Development list for project =====
=== CPP core ===
[x] Serialize models data
Code refactor (IN PROGRESS):
[] Forward declarations
[] Const methods
[] Copy by value -> pass by const reference
[] All variables in classes must be initialized in ctors
Config refactor (IN PROGRESS):
[x] Divide in different config files
[] Repair config handler
[x] Model loading time
=== JSON format ===
[] Check for same names in JSON, error if name already exists
[x] Combine models in obstacle set, car, env in JSON
=== Graphics ===
[x] Multisampling
[] OpenGL calls improvement
[] Collision
[] Blending order sorted
[] PBR for car model
[] Light sources
[] Free camera
[x] Fix lines in AABB
=== Issues ===
[] Max FPS problem