8#ifndef DESIGNLAB_GRAPHIC_CONST_H_
9#define DESIGNLAB_GRAPHIC_CONST_H_
GraphicConst & operator=(const GraphicConst &other)=delete
static const float kCameraToTargetMax
カメラと注視目標の最大距離.
GraphicConst(GraphicConst &&other)=delete
static const float kCameraToTargetMin
カメラと注視目標の最小距離.
static const int kBackColorBlue
ウィンドウ背景色. 青色成分.0~255の範囲で指定.
static const int kBackColorGreen
ウィンドウ背景色. 緑色成分.0~255の範囲で指定.
static const char kWindowName[]
ウィンドウの名前.
static const int kBackColorRed
ウィンドウ背景色. 赤色成分.0~255の範囲で指定.
GraphicConst(const GraphicConst &other)=delete
GraphicConst()=delete
コンストラクタを削除して,実体を生成できないようにする.
static const int kColorBit
色を表現するビット数.通常32で良いが軽くするなら16にする.