mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Fix interpolation bug
This commit is contained in:
parent
c0487d4066
commit
b5ed7e31e7
2 changed files with 1 additions and 4 deletions
|
@ -268,7 +268,7 @@ typedef uint16_t S3L_Index;
|
|||
speed (it is a shift value), but it mustn't be too high to prevent
|
||||
overflow. */
|
||||
|
||||
#define S3L_FAST_LERP_QUALITY 8
|
||||
#define S3L_FAST_LERP_QUALITY 11
|
||||
#endif
|
||||
|
||||
/** Vector that consists of four scalars and can represent homogenous
|
||||
|
|
3
todo.txt
3
todo.txt
|
@ -72,9 +72,6 @@ features:
|
|||
|
||||
bugs:
|
||||
|
||||
- Long triangle interpolation overflows -- e.g. in the city demo, can be seen
|
||||
a lot at the blue skyscraper.
|
||||
|
||||
repeated:
|
||||
|
||||
- valgrind (and similar) checks
|
||||
|
|
Loading…
Reference in a new issue