minits progress
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user