@newkrok/three-particles - v2.16.1
    Preparing search index...

    Type Alias MappedAttributes

    A view that maps standard attribute names (e.g. 'position', 'size') to their actual geometry attribute objects, which may have different names in the instanced renderer (e.g. 'instanceOffset', 'instanceSize').

    type MappedAttributes = {
        color: AnyBufferAttribute;
        isActive: AnyBufferAttribute;
        lifetime: AnyBufferAttribute;
        position: AnyBufferAttribute;
        quat?: AnyBufferAttribute;
        rotation: AnyBufferAttribute;
        size: AnyBufferAttribute;
        startFrame: AnyBufferAttribute;
        startLifetime: AnyBufferAttribute;
    }
    Index

    Properties

    color: AnyBufferAttribute

    Packed RGBA color (vec4).

    isActive: AnyBufferAttribute
    lifetime: AnyBufferAttribute
    position: AnyBufferAttribute
    quat?: AnyBufferAttribute

    Packed quaternion vec4 for 3D mesh rotation (only present for RendererType.MESH).

    rotation: AnyBufferAttribute
    size: AnyBufferAttribute
    startFrame: AnyBufferAttribute
    startLifetime: AnyBufferAttribute