mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 15:09:19 +02:00
use glm instead of Math3D in skydome
This commit is contained in:
@@ -47,7 +47,7 @@ float CSkyDome::m_zenithymatrix[ 3 ][ 4 ] = {
|
|||||||
CSkyDome::CSkyDome (int const Tesselation) :
|
CSkyDome::CSkyDome (int const Tesselation) :
|
||||||
m_tesselation( Tesselation ) {
|
m_tesselation( Tesselation ) {
|
||||||
|
|
||||||
// SetSunPosition( Math3D::vector3(75.0f, 0.0f, 0.0f) );
|
// SetSunPosition( glm::vec3(75.0f, 0.0f, 0.0f) );
|
||||||
SetTurbidity( Global.fTurbidity );
|
SetTurbidity( Global.fTurbidity );
|
||||||
SetExposure( true, 10.0f );
|
SetExposure( true, 10.0f );
|
||||||
SetOvercastFactor( 0.05f );
|
SetOvercastFactor( 0.05f );
|
||||||
|
|||||||
Reference in New Issue
Block a user