-
What is the relationship between the
Am I correct, or am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Nathan, You are correct. |
Beta Was this translation helpful? Give feedback.
Hi Nathan,
You are correct.
particles.tile_size
is in terms of number of grid cells and controls the number ofParticleTile
s per grid.ParticleTile::resize()
adjusts the lengths of theAoS
andSoA
data structures on a givenParticleTile
in terms of the number of particles. A common use forParticleTile::resize()
would be to allocate space for some number of particles on a tile, then fill in the data for each particle.