Stephen Gold

Results 451 comments of Stephen Gold
trafficstars

This issue existed in v3.6.1, so it's not a regression for v3.7.x .

> The model does not want to accept setScale normally. Applying `setScale()` to a compound shape is tricky, because it's not obvious how scaling should affect the child shapes. If...

That looks like a rendering question, not a Libbulletjme question. Mathematically, mirroring on, say, the X axis replaces (x, y, z) with (-x, y, z). In the context of 3-D...

Now it's happened 2 times out of 3.

@riccardobl Thank you for documenting the issue and the workaround.

Microsoft Defender exhibits a high rate of false positives. To investigate an issue like this one, the first thing I would do is submit the file in question to https://www.virustotal.com/

VirusTotal is a website that will analyze any file you upload using analysis tools from dozens of anti-virus vendors. If Microsoft Defender detects a virus and 30 other tools report...

Unless JME undergoes some fundamental change, I expect that the sequence of releases will be 3.9, 3.10, 3.11, ... not 3.9, 4.0, 4.1 .

Thanks for documenting the issue, @nickidebruyn!

According to "git blame", the failing code was last modified by PR #2217, which was integrated between v3.7.0-alpha2 and v3.7.0-beta1. @nickidebruyn Do your Android projects work with JME v3.7.0-alpha2 ?