mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 22:59:19 +02:00
GLES support
This commit is contained in:
5
sun.h
5
sun.h
@@ -1,9 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
//#include "windows.h"
|
||||
#include "GL/glew.h"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
// cSun -- class responsible for dynamic calculation of position and intensity of the Sun,
|
||||
// given current weather, time and geographic location.
|
||||
@@ -58,7 +54,6 @@ protected:
|
||||
void irradiance();
|
||||
|
||||
// members:
|
||||
GLUquadricObj *sunsphere; // temporary handler for sun positioning test
|
||||
|
||||
struct celestialbody { // main planet parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user