mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
cleanup
This commit is contained in:
parent
6357309f25
commit
e367ece741
1 changed files with 0 additions and 14 deletions
14
src/data.rs
14
src/data.rs
|
|
@ -379,20 +379,6 @@ pub struct Face {
|
||||||
|
|
||||||
static_assertions::const_assert_eq!(size_of::<Face>(), 56);
|
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)]
|
#[derive(Default, Debug, Clone)]
|
||||||
pub struct VisData {
|
pub struct VisData {
|
||||||
pub cluster_count: u32,
|
pub cluster_count: u32,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue