Pioneer
Loading...
Searching...
No Matches
RingStyle.h
Go to the documentation of this file.
1// Copyright © 2008-2023 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
7struct RingStyle {
8 // note: radius values are given as proportions of the planet radius
9 // (e.g., 1.6)
13};
14
15#endif /* _RINGSTYLE_H */
Definition Color.h:66
Definition RingStyle.h:7
Color baseColor
Definition RingStyle.h:12
fixed minRadius
Definition RingStyle.h:10
fixed maxRadius
Definition RingStyle.h:11