Files
armorpaint/paint/sources/material_nodes/uv_map_node.ts
T
2025-10-01 12:40:05 +02:00

28 lines
529 B
TypeScript

let uv_map_node_def: ui_node_t = {
id: 0,
name: _tr("UV Map"),
type: "UVMAP",
x: 0,
y: 0,
color: 0xffb34f5a,
inputs: [],
outputs: [
{
id: 0,
node_id: 0,
name: _tr("UV"),
type: "VECTOR",
color: 0xff6363c7,
default_value: f32_array_create_xyz(0.0, 0.0, 0.0),
min: 0.0,
max: 1.0,
precision: 100,
display: 0
}
],
buttons: [],
width: 0,
flags: 0
};