Interface StretchedBillBoardSettings

interface StretchedBillBoardSettings {
    lengthFactor: number;
    speedFactor: number;
}

Properties

lengthFactor: number

how stretched the particle is in the direction of the camera based on the size of the particle.

speedFactor: number

how stretched the particle is in the direction of the camera based on the speed of the particle.