16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 21:49:19 +02:00

build 180629. instanced model light mode 4, ai connect mode tweaks, minor bug fixes

This commit is contained in:
tmj-fstate
2018-06-30 19:00:35 +02:00
parent 5dfbd5b0f7
commit 293787c1b4
6 changed files with 88 additions and 79 deletions

View File

@@ -25,12 +25,12 @@ const int iMaxNumLights = 8;
float const DefaultDarkThresholdLevel { 0.325f };
// typy stanu świateł
enum TLightState
{
enum TLightState {
ls_Off = 0, // zgaszone
ls_On = 1, // zapalone
ls_Blink = 2, // migające
ls_Dark = 3 // Ra: zapalajce się automatycznie, gdy zrobi się ciemno
ls_Dark = 3, // Ra: zapalajce się automatycznie, gdy zrobi się ciemno
ls_Home = 4 // like ls_dark but off late at night
};
class TAnimVocaloidFrame