Изменение функций-конструкторов для SLERP
This commit is contained in:
parent
75cd82de6a
commit
880673a17a
3 changed files with 95 additions and 95 deletions
|
|
@ -473,17 +473,17 @@ int main()
|
|||
{
|
||||
//BgcVersorFP32 start = { 1.0f, 0.0f, 0.0f, 0.0f };
|
||||
//BgcVersorFP32 end = { 0.0f, 1.0f, 0.0f, 0.0f };
|
||||
/*
|
||||
|
||||
BgcVersorFP32 start = { 1.0f, 0.0f, 0.0f, 0.0f };
|
||||
BgcVersorFP32 end = { 0.9999f, 0.01414f, 0.0f, 0.0f };
|
||||
BgcSlerpFP32 slerp;
|
||||
BgcVersorFP32 result;
|
||||
bgc_slerp_make_fp32(&start, &end, &slerp);
|
||||