Optionaltextures
textures?: {
[key: `f_${string}`]: (
{
bounds: [number, number, number, number];
face: "unknown" | "top" | "side";
offset: { u: number; v: number };
path: string;
repeat: { u: number; v: number };
rotation: number;
surface: "unknown" | "inside" | "outside" | "both";
} & { geometryId: `g_${string}` }
)[];
}
Enterprise Textures are a way to describe a texture that should be applied to a polygon.
They are only for use by the SDK.
Interface