Mapping type

Maps URIs to other URIs with UV transform information.

Signature:

type Mapping = {
    [key: string]: ({
        [key: string]: ({
            rotate?: number;
            scale?: number;
            translate?: [number, number];
        } | undefined);
    } | undefined);
};

Remarks

Define how source nodes map to target nodes in UV space. One source can map to multiple targets.

Get in touch

We'd love to learn more about your vision and how we can help.

PressPrivacyTermsSupportCopyright © 2025 Core3D, Inc. All Rights Reserved.