56 halp_meta(name,
"Scene In");
57 ossia::scene_spec scene;
63 struct : halp::combobox_t<
"Pattern", Pattern>
67 std::string_view values[3]{
"Grid",
"Ring",
"Line"};
73 struct : halp::spinbox_i32<
"Count", halp::irange{1, 4096, 4}>
75 struct : halp::hslider_f32<
"Spacing", halp::range{0.01, 1000., 2.}>
77 struct : halp::hslider_f32<
"Radius", halp::range{0.01, 1000., 5.}>
82 struct : halp::spinbox_i32<
"Grid cols", halp::irange{0, 256, 0}>