Stephen Gold

Results 451 comments of Stephen Gold

According to the Javadoc, `IOException` is intended for failed or interrupted I/O operations. It is often used for wrong formats, but that's not the only way to do things. The...

@AlexandrPutenikhin if you don't wish to continue the conversation, please close this issue.

I'm unsure what you mean. Please elaborate.

This is a bug tracker. You'll be more likely to get a timely solution to your issue if you join [the JMonkeyEngine discord hub/forum](https://hub.jmonkeyengine.org/) and post your question there.

I haven't finished looking at all 107 files.

Thanks for bringing this inconsistency to our attention. Would you be interested in authoring a pull request to solve this issue?

I figured out why starting an animation enlarges the model by 100x. The armature's root joint (id=0, name="Hips") has a bind transform of ```console Transform[ -6.7569296E-8, 0.99791944, 5.280944E-7] [ 2.1916875E-8,...

The issue with `DynamicAnimControl` results from the control's reliance on the `BindPosePosition` vertex buffer(s) to position the pivots of each physics joint. Once a physics joint has been created in...

I tried compensating for armature scaling in `DynamicAnimControl`, but it turned out to be more complicated than I expected. For one thing, DAC has multiple mechanisms for converting coordinates between...

In general, a PR should do one thing. The scope of a PR should be narrow, addressing a single refactor, issue, or feature. See [Creating Good Pull Requests](https://sparkbox.com/foundry/creating_good_pull_requests). According to...