File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 3434import com .google .gson .JsonArray ;
3535import com .google .gson .JsonElement ;
3636import com .google .gson .JsonObject ;
37- import com .jme3 .asset .AssetKey ;
3837import com .jme3 .asset .AssetLoadException ;
3938import com .jme3 .light .DirectionalLight ;
4039import com .jme3 .light .Light ;
4544import com .jme3 .math .Vector3f ;
4645import com .jme3 .scene .Node ;
4746import com .jme3 .scene .control .LightControl ;
48-
49- import java .io .IOException ;
5047import java .util .HashMap ;
5148import java .util .HashSet ;
5249
53- import static com .jme3 .scene .plugins .gltf .GltfUtils .getAsColor ;
54- import static com .jme3 .scene .plugins .gltf .GltfUtils .getAsFloat ;
55-
5650/**
5751 * Extension loader for KHR_lights_punctual extension which allows
5852 * for lights to be added to the node from the gltf model.
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2009-2020 jMonkeyEngine
2+ * Copyright (c) 2009-2021 jMonkeyEngine
33 * All rights reserved.
44 *
55 * Redistribution and use in source and binary forms, with or without
3434import com .google .gson .JsonElement ;
3535import com .jme3 .asset .AssetKey ;
3636
37- import java .io .IOException ;
38-
39- import static com .jme3 .scene .plugins .gltf .GltfUtils .getAsColor ;
40- import static com .jme3 .scene .plugins .gltf .GltfUtils .getAsFloat ;
41-
4237/**
4338 * Material adapter for the Unlit pipeline
4439 * @author Markil 3
You can’t perform that action at this time.
0 commit comments