Rémi Verschelde
|
166df0896c
|
Fix typos with codespell
Using codespell 2.3-dev from current git.
And fix typo in `methods.py` for `vsproj=yes` option (still won't work
though).
|
2022-09-30 14:23:36 +02:00 |
|
Rémi Verschelde
|
67961d875d
|
Merge pull request #66178 from clayjohn/double-precision-rendering
Emulate double precision for regular rendering operation when REAL_T_IS_DOUBLE
|
2022-09-30 09:59:45 +02:00 |
|
Bastiaan Olij
|
56d6a13fd7
|
Make dependencies with shader includes in subfolders
|
2022-09-26 12:29:19 +10:00 |
|
clayjohn
|
27a3014f50
|
Emulate double precision for regular rendering operation.
We calculate the lost precision on the CPU and pass it into the GPU
so that it can calculate an error-corrected version of the vertex position
|
2022-09-20 23:40:01 -07:00 |
|
Bastiaan Olij
|
02ea1de7d0
|
Extract shared scene data into a separate class
|
2022-09-15 12:09:57 +10:00 |
|