|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (c) 2009-2021 jMonkeyEngine
|
|
|
|
|
|
+ * Copyright (c) 2009-2024 jMonkeyEngine
|
|
* All rights reserved.
|
|
* All rights reserved.
|
|
*
|
|
*
|
|
* Redistribution and use in source and binary forms, with or without
|
|
* Redistribution and use in source and binary forms, with or without
|
|
@@ -444,7 +444,7 @@ public class PBRTerrainAdvancedTest extends SimpleApplication {
|
|
rootNode.addLight(directionalLight);
|
|
rootNode.addLight(directionalLight);
|
|
|
|
|
|
ambientLight = new AmbientLight();
|
|
ambientLight = new AmbientLight();
|
|
- directionalLight.setColor(ColorRGBA.White);
|
|
|
|
|
|
+ ambientLight.setColor(ColorRGBA.White);
|
|
rootNode.addLight(ambientLight);
|
|
rootNode.addLight(ambientLight);
|
|
}
|
|
}
|
|
|
|
|