Pioneer
Loading...
Searching...
No Matches
RingStyle.h
Go to the documentation of this file.
1// Copyright © 2008-2024 Pioneer Developers. See AUTHORS.txt for details
2// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3
4#ifndef _RINGSTYLE_H
5#define _RINGSTYLE_H
6
7#include "Color.h"
8#include "fixed.h"
9
10struct RingStyle {
11 // note: radius values are given as proportions of the planet radius
12 // (e.g., 1.6)
16};
17
18#endif /* _RINGSTYLE_H */
Definition: Color.h:66
Definition: RingStyle.h:10
Color baseColor
Definition: RingStyle.h:15
fixed minRadius
Definition: RingStyle.h:13
fixed maxRadius
Definition: RingStyle.h:14