Hi! I am building a simulation to simulate a wheel loader loading particle material. Here’s the basic setup of the environment:
In this simulation, the wheel loader model is controlled by keyboard. It scoops up a portion of particles and dumps it somewhere else.
Problem:
I wonder if there is a way for me to keep track of the position of individual particles, because I want to know which portion of particles have been scooped away. I feel like there’s something to do with the “ParticleSet” in the stage, just not sure how to use it. Thank you!