Skip to content

Tags: jMonkeyEngine/jmonkeyengine

Tags

v3.8.0-alpha4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2377 from jMonkeyEngine/yaRnMcDonuts-patch-9

Finish Modularizing PBRTerrainUtils.glsllb

v3.8.0-alpha3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2360 from jMonkeyEngine/yaRnMcDonuts-patch-5

Update tank material pointing to deleted copy of PBRLighting

v3.8.0-alpha2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2331 from codex128/imageShaderMod

Enables images to be read and modified per pixel in shader

v3.8.0-alpha1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2334 from yaRnMcDonuts/patch-7

Fix incorrect metallic calculations in PBRLighting.frag

v3.7.0-stable

Fix bug #2277 - GltfLoader (#2309)

* fix bug #2277

* update

* script error

* module implementation

* corrections...

---------

Co-authored-by: wil <wil@debian>

v3.7.0-beta1.2.2

Setting the resolution to match the old prevents calling reshape (#2290)

v3.7.0-beta1.2.1

Setting the resolution to match the old prevents calling reshape (#2290)

v3.7.0-beta1.2

implement equals(), hashCode(), and isSimilar() for bounding volumes (#…

…2252)

* implement equals() and hashCode() for BoundingBox

* implement equals() and hashCode() for BoundingSphere

* implement isSimilar() for BoundingBox

* implement isSimilar() for BoundingSphere

* BoundingSphere:  add comments to emphasize the treatment of checkPlane

* TestBoundingSphere:  test equals() and isSimilar()

* jme3-core tests:  add the TestBoundingBox class

* BoundingVolume:  add equals() and hashCode() methods

* utilize super.equals() and super.hashCode()

* refactor to utilize Objects.hash()

v3.7.0-beta1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
partial revert of PR #2060 (JSON parser abstraction) (#2278)

v3.7.0-beta1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
main.yml: upgrade the wrapper validation action to v3 (#2257)