Reimplermented CVectors (except CVector4)
This commit is contained in:
parent
e88d972ecc
commit
1551af28cc
7 changed files with 56 additions and 321 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue