1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00
This commit is contained in:
Robin Appelman 2020-06-26 19:28:28 +02:00
commit e367ece741

View file

@ -379,20 +379,6 @@ pub struct Face {
static_assertions::const_assert_eq!(size_of::<Face>(), 56);
#[derive(Default, Clone, Copy, BinRead, Debug)]
pub struct LightColor {
r: u8,
g: u8,
b: u8,
}
#[derive(Debug, Clone, BinRead)]
pub struct Lightvol {
ambient: [u8; 3],
directional: [u8; 3],
dir: [u8; 2],
}
#[derive(Default, Debug, Clone)]
pub struct VisData {
pub cluster_count: u32,