MaterialPipelineInterface.render() method

Render a material.

Signature:

render(options: {
        material: {
            uri: string;
        };
        values: Record<string, unknown>;
    }): Promise<[
        MaterialPipelineInterfaceSupportedTexture,
        HTMLImageElement
    ][]>;

Parameters

Parameter

Type

Description

options

{ material: { uri: string; }; values: Record<string, unknown>; }

Returns:

Promise<[ MaterialPipelineInterfaceSupportedTexture, HTMLImageElement ][]>

Remarks

Produces a set of textures as HTMLImageElements that can be used as source textures on models.

Get in touch

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

PressPrivacyTermsSupportCopyright © 2026 Core3D, Inc. All Rights Reserved.