◆
GetGuides()
Retrieves a pointer into the hair interpolation map at the offset for the specified hair
index
.
-
参数
-
-
返回
-
An offset into the hair interpolation map with
GetWeightCount()
instances for the specified hair.
◆
GetHairCount()
Gets the number of hairs.
-
返回
-
The hair count.
◆
GetGuideCount()
Gets the number of guides.
-
返回
-
The guide count.
◆
GetWeightCount()
Gets the maximum number of weights per hair in the interpolation map array, not necessarily used all of them.
-
返回
-
The maximum number of weights per hair.
◆
GetTotalWeight()
Gets the total weight for the specified hair
index
.
-
参数
-
-
返回
-
The sum of all active weights for the specified hair.
◆
GetTotalInvWeight()
Gets the total inverse weight for the specified hair
index
.
-
参数
-
-
返回
-
The sum of the inverse of all active weights for the specified hair.
◆
GetInterpolateReal()
[1/2]
Interpolates
Float32
values for the specified hair
index
using the information in the hair interpolation map.
-
参数
-
[in]
|
index
|
A hair index:
0
<=
index
<
GetHairCount()
|
[in]
|
v
|
An array with
GetWeightCount()
elements for each of the possible guides of the specified hair.
|
-
返回
-
The interpolation result.
◆
GetInterpolateReal()
[2/2]
Interpolates
Float64
values for the specified hair
index
using the information in the hair interpolation map.
-
参数
-
[in]
|
index
|
A hair index:
0
<=
index
<
GetHairCount()
|
[in]
|
v
|
An array with
GetWeightCount()
elements for each of the possible guides of the specified hair.
|
-
返回
-
The interpolation result.
◆
GetInterpolatedVector()
[1/2]
Interpolates
Vector32
values for the specified hair
index
using the information in the hair interpolation map.
-
参数
-
[in]
|
index
|
A hair index:
0
<=
index
<
GetHairCount()
|
[in]
|
v
|
An array with
GetWeightCount()
elements for each of the possible guides of the specified hair.
|
-
返回
-
The interpolation result.
◆
GetInterpolatedVector()
[2/2]
Interpolates
Vector64
values for the specified hair
index
using the information in the hair interpolation map.
-
参数
-
[in]
|
index
|
A hair index:
0
<=
index
<
GetHairCount()
|
[in]
|
v
|
An array with
GetWeightCount()
elements for each of the possible guides of the specified hair.
|
-
返回
-
The interpolation result.
Friends And Related Function Documentation
◆
ChainBase
friend class ChainBase
|
friend
|
◆
HairManager
friend class HairManager
|
friend
|
Member Data Documentation
◆
m_pMap
◆
m_WeightCount
◆
m_GuideCount
◆
m_Count