Reimplermented CVectors (except CVector4)

This commit is contained in:
Michel Fedde 2020-12-14 16:04:55 +01:00
parent e88d972ecc
commit 1551af28cc
7 changed files with 56 additions and 321 deletions

View file

@ -67,10 +67,10 @@ namespace SM_TEST
text.Transform.Position.Set(0, 500);
scene.HUD.Add(text);
PointLight light = new PointLight();
scene.LightInformations.Lights.Add(light);
/*PointLight light = new PointLight();
scene.LightInformations.Lights.Add(light);*/
scene.LightInformations.Ambient = Color4.Black;
scene.LightInformations.Ambient = Color4.White;
//particles.Trigger();
}