mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Improved LoD models
This commit is contained in:
parent
5e1f16fb7a
commit
9ac84c0a3a
BIN
assets/voxygen/lod/giant_tree.obj
(Stored with Git LFS)
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)
BIN
assets/voxygen/lod/house.obj
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/lod/pine.blend
(Stored with Git LFS)
BIN
assets/voxygen/lod/pine.blend
(Stored with Git LFS)
Binary file not shown.
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user