Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ SetSizeAdjust
Method
SetSizeAdjust
GTE/Graphics/Particles.cpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void Particles::SetSizeAdjust(float sizeAdjust)
74
{
75
LogAssert(sizeAdjust > 0.0f,
"Invalid size-adjust parameter."
);
76
mSizeAdjust = sizeAdjust;
77
}
78
79
void Particles::SetNumActive(uint32_t numActive)
80
{
Callers
1
UpdateSystemMotion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected