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

20 lines
357 B
Plaintext
Raw 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 CelObjVar {
bool enable_object;
padding[3];
bool enable_fog;
padding[3];
bool is_alpha_texture;
padding[3];
char texture[256];
float alpha;
float celestial_offset;
float angular_size;
float latitude;
float longitude;
float rotation;
Vec3<float> color;
};