OROCHI
 
Loading...
Searching...
No Matches
GxSysEnvironment.cpp File Reference

環境システムクラス More...

#include "Gx.h"
Include dependency graph for GxSysEnvironment.cpp:

Functions

 _PARAM_ATTRIBUTE_MIN_MAX (_seed, GxProperty::ATTRIBUTE_SLIDER, 0, 65535)
 
 _PARAM_ATTRIBUTE_MIN_MAX (_startOctave, GxProperty::ATTRIBUTE_SLIDER, 0, 7)
 
 _PARAM_ATTRIBUTE_MIN_MAX (_endOctave, GxProperty::ATTRIBUTE_SLIDER, 0, 7)
 
 _PARAM_ATTRIBUTE_MIN_MAX (_amplitude, GxProperty::ATTRIBUTE_SLIDER, 0, 2)
 
 _PARAM_ATTRIBUTE_MIN_MAX (_persistence, GxProperty::ATTRIBUTE_SLIDER, -2, 2)
 
 _PARAM_ATTRIBUTE_MIN_MAX (_base, GxProperty::ATTRIBUTE_SLIDER, -2, 2)
 
 _PARAM_NAME (_date, "日付")
 
 _PAGE_BEGIN ("星パラメータ")
 
 _PARAM_NAME_ATTRIBUTE_MIN_MAX (_latitude, "緯度", GxProperty::ATTRIBUTE_SLIDER, -89.9999, 89.9999)
 
 _PARAM_NAME_ATTRIBUTE_MIN_MAX (_longitude, "経度", GxProperty::ATTRIBUTE_SLIDER, -180, 180)
 
 _PARAM_NAME_ATTRIBUTE (_altitude, "標高", GxProperty::ATTRIBUTE_SLIDER)
 
 _PARAM_NAME_ATTRIBUTE_MIN_MAX (_obliquity, "自転軸の傾き", GxProperty::ATTRIBUTE_SLIDER, -180, 180)
 
 _PARAM_NAME_ATTRIBUTE_MIN_MAX (_rotationTime, "自転時間", GxProperty::ATTRIBUTE_SLIDER, 0, 1)
 
 _PARAM_NAME (_rotationSpeedScale,"自転倍率")
 
 _PAGE_END ()
 
 _PAGE_BEGIN ("天候パラメータ")
 
 _PARAM_NAME_ATTRIBUTE_MIN_MAX (_cloudyFactor, "曇り度合い", GxProperty::ATTRIBUTE_SLIDER, 0, 1)
 
 _PARAM_NAME_ATTRIBUTE_MIN_MAX (_stormyFactor, "嵐度合い", GxProperty::ATTRIBUTE_SLIDER, 0, 1)
 
 _PARAM_NAME_ATTRIBUTE_MIN_MAX (_blizzardFactor, "吹雪度合い傾き", GxProperty::ATTRIBUTE_SLIDER, 0, 1)
 
 _PARAM_NAME (_windVector, "風向きと強さ")
 
 _PARAM_NAME (_year, "西暦")
 
 _PARAM_NAME (_month, "月")
 
 _PARAM_NAME (_day, "日")
 

Variables

constexpr f64 JD0 = 2452640.5
 
constexpr f64 lmd_c [][3]
 
constexpr f64 A_c [][3]
 
constexpr f64 beta_c [][3]
 
constexpr f64 B_c [][3]
 
constexpr f64 sinpi_c [][3]
 

Detailed Description

環境システムクラス

Author
Copyright (C)2009 SiliconStudio Inc. All rights reserved.
Kei Honda
Yoichi Hayashi
Tahir Arai

Variable Documentation

◆ A_c

f64 A_c[][3]
constexpr
Initial value:
= {
{ 0.0040, 93.8, -1.33 },
{ 0.0020, 248.6, -19.34 },
{ 0.0006, 66.0, 0.2 },
{ 0.0006, 249.0, -19.3 },
}

◆ B_c

f64 B_c[][3]
constexpr
Initial value:
= {
{ 0.0267, 68.64, -19.341 },
{ 0.0043, 342.0, -19.36 },
{ 0.0040, 93.8, -1.33 },
{ 0.0020, 248.6, -19.34 },
{ 0.0005, 358.0, -19.4 },
}

◆ sinpi_c

f64 sinpi_c[][3]
constexpr
Initial value:
= {
{ 0.0518, 338.92, 4771.989 },
{ 0.0095, 287.2, -4133.35 },
{ 0.0078, 51.7, 8905.34 },
{ 0.0028, 317.8, 9543.98 },
{ 0.0009, 31.0, 13677.3 },
{ 0.0005, 305.0, -8545.4 },
{ 0.0004, 284.0, -3773.4 },
{ 0.0003, 342.0, 4412.0 },
}