Commit bd3e658
committed
Efficiency for thread completion of rendered pixels (less time for locks)
Supported WxWidgets 2.9+ (through preprocessor global setting, manually set)
Reworked Thread Cleaning up for other versions of WxWidgets.
Fixed Unhanded Expression errors by changing how the Thread / Queue system handles exit commands (no longer using try/catch for that).
Fixed Exit command on Threads to when successful exit 0 (previously 5003 wxDefault success, but looks like an error in Output console)
Fixed Issues to Build in Unix and MacOSX environments
-Next update support for Unix / Project file with tutorial
Signed-off-by: Daniel Rosser <[email protected]>1 parent 6a99fc7 commit bd3e658
File tree
9 files changed
+349
-203
lines changed- wxRaytracer/raytracer
- Cameras
- UserInterface
- Utilities
- World
9 files changed
+349
-203
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
0 commit comments