nd-specs/patterns/db_files/chunks/DISTOBJVAR.hexpat

19 lines
356 B
Plaintext
Raw Permalink Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
#include "Common.hexpat"
2024-07-14 15:33:00 +00:00
struct DistantArtVar {
bool enable_distant_art;
padding[3];
bool enable_fog;
padding[3];
char texture_1[256];
char texture_2[256];
Vec3<float> color;
float distance;
float top_latitude;
float bottom_latitude;
s32 num_panels;
s32 num_texture_panels;
float alpha;
};