* src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.

This commit is contained in:
Anuj Verma 2020-07-25 12:21:18 +05:30 committed by anujverma
parent 13180a3cd4
commit ea5114acfd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-07-25 Anuj Verma <anujv@iitbhilai.ac.in>
* src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.
2020-07-25 Anuj Verma <anujv@iitbhilai.ac.in>
[sdf -> bsdf renderer] Hold a refrence to `FT_Memory'.

View File

@ -30,7 +30,7 @@
typedef FT_Vector FT_16D16_Vec; /* with 16.16 fixed point components */
typedef FT_Short FT_6D10; /* 6.10 fixed point representation */
typedef FT_Fixed FT_16D16; /* 6.10 fixed point representation */
typedef FT_Fixed FT_16D16; /* 16.16 fixed point representation */
/**************************************************************************
*