Change floor material
Code Sandbox
Change the floor color
const configurator = await RoomleConfiguratorApi.create(
configuratorId,
domElement,
{}
);
// load an item
await configurator.ui.loadObject("usm:frame");
// change material of floor
configurator.extended.changeFloorMaterialById("roomle_floor:DresdenEiche");Floor material id's
Helpful links:
Last updated