mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
serial port input device configuration, additional control commands and minor control logic tweaks
This commit is contained in:
@@ -434,6 +434,9 @@ opengl_renderer::Render() {
|
||||
+ " exponent: " + to_string( lightexponent, 2 )
|
||||
+ " constant attn: " + to_string( lightconstant, 2 )
|
||||
+ " linear attn: " + to_string( lightlinear, 3 );
|
||||
*/
|
||||
/*
|
||||
m_debugstatstext = "sun hour angle: " + to_string( -World.Environment.m_sun.getHourAngle(), 6 );
|
||||
*/
|
||||
++m_framestamp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user