HPL3/Particles/Particle Start
Jump to navigation
Jump to search
Start
- Start type: Sets what method to use to generate the start position of the particles in the emitter.
- Box start: A box start is created using an x, y and z min and max value. The collection of particles will get the shape of a box.
- Sphere start: The positions are generated using an angle interval and the min and max value for the radius. You can think of it like this; an arrow start pointing up. This arrow is then rotated around the X axis (red) using a value between min and max. After that the arrow is rotated by the y axis (blue). The arrow will now be pointing in a specific direction and in this direction a position is created at a distance from center according to a number generated from min/max radius.
