mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Improve match of LegoView1::Create (#613)
This commit is contained in:

committed by
GitHub

parent
baacb42bfb
commit
c643723a9c
@@ -137,8 +137,8 @@ BOOL LegoView1::Create(const TglSurface::CreateStruct& rCreateStruct, Tgl::Rende
|
||||
pRenderer->CreateLight(Tgl::Directional, g_directionalLightRGB, g_directionalLightRGB, g_directionalLightRGB);
|
||||
m_pAmbientLight = pRenderer->CreateLight(Tgl::Ambient, g_ambientLightRGB, g_ambientLightRGB, g_ambientLightRGB);
|
||||
|
||||
Mx3DPointFloat direction(0.0, -1.0, 0.0);
|
||||
Mx3DPointFloat position(0.0, 0.0, 0.0);
|
||||
Mx3DPointFloat direction(0.0, 0.0, 0.0);
|
||||
Mx3DPointFloat position(0.0, -1.0, 0.0);
|
||||
Mx3DPointFloat up(1.0, 0.0, 0.0);
|
||||
|
||||
Tgl::FloatMatrix4 matrix;
|
||||
|
Reference in New Issue
Block a user