Stephen Gold

Results 512 comments of Stephen Gold

I'm unsure what to do about parts C thru E, so I'll unassign myself.

I agree that Android examples should go in a separate repository. That should make things less awkward for JME developers who don't have Android Studio installed. Perhaps you should commit...

Thanks for documenting this issue.

If you haven't already, try launching in full-screen mode and then pressing the "P" key.

After further investigation, it seems that the exception isn't raised unless the initial display mode has a color depth of 16 bits per pixel. If the initial mode has a...

This does seem connected to issue #801. But in 801, there's no exception raised.

Still seeing this issue with LWJGL v2 but not with v3. With my improved understanding of LWJGL, I suspect this issue is fixable.

Proposed (re-)implementation inspired by Retzinsky's PR 267: + new cloneable/serializable math class `IntRectangle` defines a rectangle in 2-D (similar to `com.jme3.font.Rectangle`, but with integer coordinates) + add an `IntRectangle` field,...

Yes, a `Spatial` can be rendered in multiple viewports. Is that a detail that needs to be addressed in this PR? > I fail to see the point where a...