GLTF particle renderer options

GLTFParticleRendererOptions

2024.5.7

yisky

interface GLTFParticleRendererOptions {
    flip?: Vector3;
    glTF?: GLTFResource;
    sortMode?: ParticleSystemSortMode;
}

Hierarchy (view full)

Properties

Properties

flip?: Vector3

Flip a percentage of the particles, along each axis.

ParticleRendererOptions

glTF?: GLTFResource

GLTF resource

GLTFParticleRendererOptions

Sort mode

ParticleRendererOptions