Raimund Neumann

Results 7 issues of Raimund Neumann

When you form an alliance in "A Song of Ice an Fire" you automatically hand over any territory to your ally that you own and she originally owned. If such...

Problem

This may be an issue on my side, not grasping the complete concept of the debugger: What's the concept behind `updateMesh` calling `scaleMesh` every time - I'd rather expect `scaleMesh`...

Would you please add `mesh.scale.set(1 * scale, 1 * scale, 1 * scale)` after line 188 and change line 260 from `mesh.position.copy(shapeWorldPosition as unknown as ThreeVector3)` to `mesh.position.copy(shapeWorldPosition.clone().multiplyScalar(scale) as unknown...

### Reproduction Steps 1. Start any game 2. Play for a while (in Napoleonic Empires it happens during the first turn) ### Attach a Save Game When I save the...

Problem

I've written a cam control ![image](https://user-images.githubusercontent.com/2886662/193451700-216f5932-0ff7-4f40-83f7-81edb542fa45.png) in Kotlin, without unit tests, and not integrated into the JMonkey class hierarchy. Is anybody interested in integrating it into the JMonkey library? Then...

How can the [example export extension](https://github.com/KhronosGroup/glTF-Blender-IO/tree/master/example-addons/example_gltf_exporter_extension) be installed in Blender 3.2.1? I copied the init file to a local directory and the selected in in Blender via Edit > Preferences...

documentation

Ammo. JS is great! I'd like to use it, but I'd need some more exports, and I can't get the build process running. Would you please export -btHingeAccumulatedAngleConstraint -btCompoundShape -btRigidBody....