-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Grayscale Issue temporary patch #1571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…MonkeyEngine#1534) * fix issue jMonkeyEngine#1533 (failed assertion in TestAnimMigration) * ArmatureDebugAppState: restore deleted whitespace
* Refactors the context restart code. Now most of the code that goes into initializing the renderer * Fixed a misleading comment in lwjgl3's LwjglWindow * Adds documentation to the LwjglContext methods. * Cleans up the code and comments. * Moves the renderer initialization for jme3-lwjgl to just the first run. Apparently, this seems to fix the issue of LWJGL not rendering to the new display. However, trying to apply this fix to jme3-lwjgl3 actually creates the problem there.
…er (jMonkeyEngine#1537) * AnimEvent: solve bug where onStop() kills prior event on the same layer * AnimEvent: for clarity, use getAction() instead of action() * AnimComposer: keep track of the manager for each layer * AnimEvent: keep track of which event is managing each layer * TestJaime: reset the model position each time the cinematic starts
* jme3-jbullet: upgrade vecmath to v1.5.2 * delete jbullet.jar & stack-alloc.jar, get them from MavenCentral instead
…sn't override methods) (jMonkeyEngine#1549) * TestMorph: test cloning and serialization * solve issue jMonkeyEngine#1548 (MorphControl doesn't override methods)
* Matrix4f: improve javadoc (1st pass) * Matrix4f: improve javadoc (2nd pass)
…ne#1553) * MorphControl: move target locating out of update loop into setSpatial() & add minor cleanups. * Serialize target list * Add javadoc * Fix comment.
…meter of type IntArray) (jMonkeyEngine#1565) * Fixes IntArray material parameters (jMonkeyEngine#1564) * Improved array parameter handling in Uniforms (jMonkeyEngine#1564) * Added UnifortTest (jMonkeyEngine#1564)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Attempt at fixing issue #1284 .
Still trying to understand how these fragments work however; advice would be appreciated.