babylon.quarks - v0.19.0
    Preparing search index...

    Interface Vector3Generator

    interface Vector3Generator {
        type: "vec3function";
        clone(): Vector3Generator;
        genValue(memory: GeneratorMemory, vec: Vector3, t?: number): Vector3;
        refreshTable?(): void;
        startGen(memory: GeneratorMemory): void;
        toJSON(): FunctionJSON;
    }

    Implemented by

    Index

    Properties

    type: "vec3function"

    Methods

    • See FunctionValueGenerator.refreshTable.

      Returns void

    • Parameters

      Returns void