A complete 3D game development suite written purely in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jmonkeyengine/jme3-examples/src/main/java/jme3test/light
Nehon 21179dc132 Changed standard lighting to blinn phong instead of phong only 10 years ago
..
ShadowTestUIManager.java switch to gradle layout 11 years ago
TestConeVSFrustum.java Better spotlight vs frustum intersection check and with a testcase 11 years ago
TestDirectionalLightShadow.java Introduced light culling when rendering shadow maps for all light types. When a light is out of the frustum, the shadow maps are not rendered anymore. 11 years ago
TestEnvironmentMapping.java * Deprecate usage of TextureKey.setAsCube() and TextureKey.setAsTexture3D() - this is now handled by the TextureKey.setTextureTypeHint() method instead 11 years ago
TestLightNode.java switch to gradle layout 11 years ago
TestLightRadius.java switch to gradle layout 11 years ago
TestManyLights.java switch to gradle layout 11 years ago
TestManyLightsSingle.java Better Single pass test 11 years ago
TestPointDirectionalAndSpotLightShadows.java Fixed an issue where you couldn't chain several shadow renderers. Thanks to Perjin for narrowing down the issue. 11 years ago
TestPointLightShadows.java Introduced light culling when rendering shadow maps for all light types. When a light is out of the frustum, the shadow maps are not rendered anymore. 11 years ago
TestPssmShadow.java switch to gradle layout 11 years ago
TestShadow.java switch to gradle layout 11 years ago
TestShadowsPerf.java switch to gradle layout 11 years ago
TestSimpleLighting.java Changed standard lighting to blinn phong instead of phong only 10 years ago
TestSpotLight.java switch to gradle layout 11 years ago
TestSpotLightShadows.java Introduced light culling when rendering shadow maps for all light types. When a light is out of the frustum, the shadow maps are not rendered anymore. 11 years ago
TestSpotLightTerrain.java switch to gradle layout 11 years ago
TestTangentGen.java switch to gradle layout 11 years ago
TestTangentGenBadModels.java switch to gradle layout 11 years ago
TestTangentGenBadUV.java switch to gradle layout 11 years ago
TestTransparentShadow.java Fix rendering glitch in TestTransparentShadow (missing tangents for normal mapping) 11 years ago