Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
atmosphere_server.cpp
Go to the documentation of this file.
1 #include "atmosphere.h"
2 #include "gfx/vec.h"
3 #include "gfx/matrix.h"
4 
5 Atmosphere::Atmosphere(const Parameters &params) : user_params(params) {
6 }
7 
8 void Atmosphere::Update(const QVector &position, const Matrix &tmatrix)
9 {
10 }
11 
12 void Atmosphere::SetMatricesAndDraw(const QVector &pos, const Matrix mat)
13 {
14 }
15 
17 {
18 }
19 
20 void Atmosphere::Draw()
21 {
22 }
23 
25 {
26 }