You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/nbl/asset/utils/CPolygonGeometryManipulator.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ class NBL_API2 CPolygonGeometryManipulator
22
22
structSSNGVertexData
23
23
{
24
24
uint64_t index; //offset of the vertex into index buffer
25
+
// TODO: check whether separating hash and position into its own vector or even rehash the position everytime we need will result in VertexHashGrid become faster.
25
26
uint32_t hash;
26
27
hlsl::float32_t3 weightedNormal;
27
-
// TODO(kevinyu): Should we separate this from SSNGVertexData, and store it in its own vector in VertexHashGrid? Similar like how hashmap work. Or keep it intrusive?
28
28
hlsl::float32_t3 position; //position of the vertex in 3D space
0 commit comments