gpu-curtains
    Preparing search index...

    Interface Object3DTransformMatrix

    Defines an Object3D matrix object

    interface Object3DTransformMatrix {
        matrix: Mat4;
        shouldUpdate: boolean;
        onUpdate: () => void;
    }
    Index

    Properties

    matrix: Mat4

    The matrix used

    shouldUpdate: boolean

    Whether we should update the matrix

    onUpdate: () => void

    Function to update our matrix