mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 16:44:11 +02:00
fix vtf
This commit is contained in:
parent
0ec18ddbc8
commit
87be76c88a
3 changed files with 3 additions and 2 deletions
|
|
@ -141,6 +141,7 @@ fn main() -> Result<(), Error> {
|
|||
ui.radio_value(&mut debug_type, DebugType::COLOR, "Color");
|
||||
ui.radio_value(&mut debug_type, DebugType::DEPTH, "Depth");
|
||||
ui.radio_value(&mut debug_type, DebugType::ORM, "ORM");
|
||||
ui.radio_value(&mut debug_type, DebugType::UV, "UV");
|
||||
|
||||
ui.label("View options");
|
||||
ui.add(Slider::new(&mut depth_max, 1.0..=30.0).text("Depth max"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue