minits progress

This commit is contained in:
luboslenco
2024-04-24 12:14:47 +02:00
parent 785daf7068
commit 6f27383e2c
46 changed files with 936 additions and 541 deletions
+3 -3
View File
@@ -70,7 +70,7 @@ let vector_node_def: zui_node_t = {
name: _tr("X"),
type: "VALUE",
color: 0xffa1a1a1,
default_value: 0.0,
default_value: f32_array_create_x(0.0),
min: 0.0,
max: 1.0,
precision: 100,
@@ -82,7 +82,7 @@ let vector_node_def: zui_node_t = {
name: _tr("Y"),
type: "VALUE",
color: 0xffa1a1a1,
default_value: 0.0,
default_value: f32_array_create_x(0.0),
min: 0.0,
max: 1.0,
precision: 100,
@@ -94,7 +94,7 @@ let vector_node_def: zui_node_t = {
name: _tr("Z"),
type: "VALUE",
color: 0xffa1a1a1,
default_value: 0.0,
default_value: f32_array_create_x(0.0),
min: 0.0,
max: 1.0,
precision: 100,