Wyatt Gillette

Results 71 issues of Wyatt Gillette

- Homogeneous signature of methods. - Possibility of chaining methods. - The 'Armature' is passed only once in the constructor. - 'Joints' are passed to methods as strings instead of...

Using the shape emitters (`EmitterMeshVertexShape` or `EmitterMeshFaceShape` with `worldSpace` = true), the particles are generated neither from the vertices nor from the faces of the 3d model, but in a...

hi everyone, could you add this method to the `Camera` class? This would make the code more intuitive and easier for programmers to understand, hiding the complexity of how Ray...

enhancement

Hi guys, Could the following Meshes be added to the Primitives menu? `WireBox`, `WireSphere` and `Torus`. Here is an example image from my editor. ![image](https://github.com/jMonkeyEngine/sdk/assets/32201701/58848ad2-25c0-4132-9d32-8bf709e9129c) Thanks

I opened this Issue to keep track of forum discussions https://hub.jmonkeyengine.org/t/new-feature-for-sdk-abstractcontrol-serializableclass/47005 It requires the creation of a dedicated library, for example `jme-sdk-devtools`, to be published on the MAVEN repository. In...

feature

I opened this Issue to keep track of forum discussions to add the ability to create in custom _AbstractControls_, functions that can be executed by button clicks. https://hub.jmonkeyengine.org/t/new-feature-for-sdk-abstractcontrol-buttonproperty/46927 It requires...

feature

An example of how to generate tile png files is missing. I asked on the forum and apparently no one ever used this feature. Most likely the cause is the...

Documentation

The app crashes with setUseJoysticks=true on lwjgl2 and Windows 11, both with the joystick connected and disconnected. Details: * windowds-11 * jdk-11 * jme-3.6.0-beta1. * lwjgl2 ```java public class Main...

Hi guys, I noticed that the icons related to the Camera orientation of the '`User`' Popup Menu choice items are missing. ![image](https://github.com/jMonkeyEngine/sdk/assets/32201701/e249dae4-19a7-4b40-bfad-0605f270cf97) It seems that these icons are not present...

icons

This pull request addresses several issues with the `MatParamTexture` class: * **Duplicate variable**: The `texture` variable is redundant as it's already stored in the inherited `value` variable. This PR removes...