Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/FleX
/ Cluster
Class
Cluster
extensions/flexExtSoft.cpp:71–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
struct Cluster
72
{
73
Vec3 mean;
74
float radius;
75
76
// indices of particles belonging to this cluster
77
std::vector<int> indices;
78
};
79
80
struct Seed
81
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected