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