We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e452b16 commit e4a0da8Copy full SHA for e4a0da8
jme3-core/src/main/java/com/jme3/environment/baker/IBLGLEnvBaker.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2023 jMonkeyEngine
+ * Copyright (c) 2009-2024 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -60,7 +60,7 @@
60
* @author Riccardo Balbo
61
*/
62
public class IBLGLEnvBaker extends GenericEnvBaker implements IBLEnvBaker {
63
- private static final Logger LOGGER = Logger.getLogger(IBLHybridEnvBakerLight.class.getName());
+ private static final Logger LOGGER = Logger.getLogger(IBLGLEnvBakerLight.class.getName());
64
65
protected Texture2D brtf;
66
protected TextureCubeMap irradiance;
0 commit comments