Rjtdebug angle#11
Conversation
* android fixup Co-authored-by: Copilot <copilot@github.com> * fix build * fixes Co-authored-by: Copilot <copilot@github.com> * better best depth format detection Co-authored-by: Copilot <copilot@github.com> * fixes and cleanup * support examples autorun Co-authored-by: Copilot <copilot@github.com> * update screenshots --------- Co-authored-by: Copilot <copilot@github.com>
* improve light render parity with blender * cleanup * fix merge issue * Update LightsPunctualExtensionLoader.java * Accept changed screenshot reference images for blender light * cleanup and parity test * tweaks * tweaks * screenshots --------- Co-authored-by: Ryan McDonough <peanut64646@gmail.com> Co-authored-by: Richard Tingle <6330028+richardTingle@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [gradle/actions](https://github.com/gradle/actions) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: backend improvement | remove | add * docs: javadoc * docs: javadoc * fix: reinit * fix: possible exception | NullPointerException * fix: logger * fix: disponse * feat: OpenCL support * fix: logger|message * fix: final configurations | problem with 'disponse()' * fix: EDT unlock * fix: sleep * fix: re-shape|re-scale * fix: remove junk code
…jMonkeyEngine#2745) * use Luminance instead of R for single and dual channel immages * update screenshots
…atforms and handle unsupported cases"" This reverts commit 4bf14ab.
This reverts commit 79734e7.
This reverts commit f0a76dc740a9cd370cf76891d5edc8f8f2e103b6.
Avoid TempVars and temporary Vector3f mutation in the point distance path by computing axis deltas directly. Adds direct edge-case coverage for inside, surface, single-axis outside, and multi-axis outside points. Measured locally with BoundingVolumeBenchmark: inside/outside points improved from about 23 ns/op to about 2.1/2.5 ns/op.
… bug that causes lwjgl apps to break
* add task to run tests in proton * Update jme3-examples/build.gradle Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update jme3-examples/build.gradle Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update jme3-examples/build.gradle Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update jme3-examples/build.gradle Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This reverts commit a288755.
|
🖼️ Screenshot tests have failed. The purpose of these tests is to ensure that changes introduced in this PR don't break visual features. They are visual unit tests. 📄 Where to find the report:
✅ If you did mean to change things: ✨ If you are creating entirely new tests: Note; it is very important that the committed reference images are created on the build pipeline, locally created images are not reliable. Similarly tests will fail locally but you can look at the report to check they are "visually similar". See https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-screenshot-tests/README.md for more information Contact @richardTingle (aka richtea) for guidance if required |
No description provided.