Pioneer
Loading...
Searching...
No Matches
src
galaxy
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
7
struct
RingStyle
{
8
// note: radius values are given as proportions of the planet radius
9
// (e.g., 1.6)
10
fixed
minRadius
;
11
fixed
maxRadius
;
12
Color
baseColor
;
13
};
14
15
#endif
/* _RINGSTYLE_H */
fixedf< 32 >
Color4ub
Definition
Color.h:66
RingStyle
Definition
RingStyle.h:7
RingStyle::baseColor
Color baseColor
Definition
RingStyle.h:12
RingStyle::minRadius
fixed minRadius
Definition
RingStyle.h:10
RingStyle::maxRadius
fixed maxRadius
Definition
RingStyle.h:11
Generated by
1.9.7