jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.8k stars 1.12k forks source link

implement the EXT_lights_image_based glTF extension #2223

Open stephengold opened 6 months ago

stephengold commented 6 months ago

Adobe and Microsoft have specified an extension to glTF for cubemap-based lighting.

Currently, attempting to load such assets causes warnings:

Mar 13, 2024 10:59:16 PM com.jme3.scene.plugins.gltf.CustomContentManager readExtension
WARNING: Could not find loader for extension EXT_lights_image_based

Since the extension may be widely used in the future, it would be nice if jme3-plugins fully supported it.

For examples, see EnvironmentTest in the glTF-Sample-Assets repo at GitHub.