Skip to content

Commit 8829ea0

Browse files
committed
tweaks
1 parent d08eab1 commit 8829ea0

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/LightsPunctualExtensionLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
*/
5858
public class LightsPunctualExtensionLoader implements ExtensionLoader {
5959
private static final boolean COMPUTE_LIGHT_RANGE = true;
60-
private static final float GLTF_LIGHT_COMPAT_SCALE = 0.0014f;
60+
private static final float GLTF_LIGHT_COMPAT_SCALE = 0.0009f;
6161

6262
private final HashSet<NodeNeedingLight> pendingNodes = new HashSet<>();
6363
private final HashMap<Integer, Light> lightDefinitions = new HashMap<>();
10.6 KB
Binary file not shown.
1.59 KB
Binary file not shown.

0 commit comments

Comments
 (0)