struct HairStrandPoint
{
float3 barycentricCoordinate;
float3 triangleIndices;
float3 rotationDiffFromNormal;
float distanceToRoot;
float2 uv;
};