rhodonite
    Preparing search index...

    Interface RnM2Texture

    interface RnM2Texture {
        extensions?: Gltf2AnyObject;
        extras?: Gltf2AnyObject;
        name?: string;
        sampler?: number;
        samplerObject?: RnM2TextureSampler;
        source?: number;
        sourceObject?: RnM2Image;
    }

    Hierarchy (View Summary)

    Index

    Properties

    extensions?: Gltf2AnyObject
    name?: string
    sampler?: number
    samplerObject?: RnM2TextureSampler
    source?: number
    sourceObject?: RnM2Image