Releases: javagl/JglTF
jgltf-browser 2.0 preview release 1
A preview release of the jgltf-browser with support for glTF 2.0.
Note that the implementation of PBR (Physically Based Rendering) in the viewer is still very basic. The shader currently only has a single, default light, which may not be appropriate for many scenes. There is no support for environment lights yet, so purely metallic objects may appear black. Details like alpha blending and special texture modes still have to be reviewed.
These limitations only refer to the viewer.
The other features of the jgltf-browser should already work:
- Loading of glTF 1.0 or glTF 2.0 assets
- Browsing through the file structure
- Viewing the contents of accessors or images
- Converting OBJ files into glTF 2.0 assets
- Saving glTF assets in standard, embedded or binary format
jgltf-browser preview release 5
A preview release of the jgltf-browser for viewing and converting glTF assets.
The handling of native libraries is always difficult. For this distribution, the package that was generated with maven was re-packaged with JarSplice to make the LWJGL based viewer work without having to manually handle native libraries. There may still be glitches when switching between JOGL and LWJGL rendering. This is still intended as a preview release.
jgltf-browser preview release 4
A preview release of the jgltf-browser for viewing and converting glTF assets.
The handling of native libraries is always difficult. For this distribution, the package that was generated with maven was re-packaged with JarSplice to make the LWJGL based viewer work without having to manually handle native libraries. There may still be glitches when switching between JOGL and LWJGL rendering. This is still intended as a preview release.
jgltf-browser-0.0.0-SNAPSHOT-jar-with-dependencies-repackaged.zip
jgltf-browser preview release 3
This preview release includes the jgltf-viewer library and allows rendering the glTF assets with JOGL or LWJGL.
The handling of native libraries is always difficult. For this distribution, the package that was generated with maven was re-packaged with JarSplice to make the LWJGL based viewer work without having to manually handle native libraries. There may still be glitches when switching between JOGL and LWJGL rendering. This is still intended as a preview release.
jgltf-browser-0.0.0-SNAPSHOT-jar-with-dependencies-repackaged.zip
jgltf-browser preview release 2
A preview of the current (snapshot) version of the jgltf-browser.
The JAR file contains all dependencies and can directly be started with a double-click (or with java -jar jgltf-browser-0.0.0-SNAPSHOT-jar-with-dependencies.jar
at the command line). The glTF files or URLs can be dragged-and-dropped into the window, and explored using the tree view. The menu may be used to directly access the Khronos sample models.
jgltf-browser preview release
A preview of the current (snapshot) version of the jgltf-browser.
The JAR file contains all dependencies and can directly be started with a double-click (or with java -jar jgltf-browser-0.0.0-SNAPSHOT-jar-with-dependencies.jar
at the command line). The glTF files or URLs can be dragged-and-dropped into the window, and explored using the tree view.