Improved LoD models

This commit is contained in:
Joshua Barretto 2022-05-11 12:20:42 +01:00
parent 5e1f16fb7a
commit 9ac84c0a3a
4 changed files with 5 additions and 8 deletions

BIN
assets/voxygen/lod/giant_tree.obj (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/lod/house.obj (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/lod/pine.blend (Stored with Git LFS)

Binary file not shown.

View File

@ -123,7 +123,7 @@ impl Lod {
lod::ObjectKind::Pine => Rgb::new(0, 25, 12),
lod::ObjectKind::Oak => Rgb::new(10, 50, 5),
lod::ObjectKind::House => Rgb::new(20, 15, 0),
lod::ObjectKind::GiantTree => Rgb::new(15, 35, 5),
lod::ObjectKind::GiantTree => Rgb::new(8, 35, 5),
};
objects
.entry(object.kind)