-
risingstar64 replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 6 hours, 26 minutes agothanks for the tip. the debug shows that the scene mesh is normal, but the ghostControl still acts as though testing for collisions with a big box with length (length of the scenemodel) by width (width of the […]
-
normen replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 6 hours, 58 minutes agoThere is no bounds, there is only collision shapes. Use physicsSpace.enableDebug(assetManager) to see them.
-
risingstar64 replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 7 hours, 3 minutes agoif that’s the case there must be a problem with the boundaries of the scene with which the ghostcontrol is colliding. I’m almost positive the ghostcontrol is checking for a collision with the scene’s […]
-
normen replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 7 hours, 18 minutes agoThis definitely works, I tried it to create a more flexible character control in a prototype.
-
risingstar64 replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 7 hours, 24 minutes agomy intention when adding that local vector was simply to test something out. thanks for the heads up though; I’ll remove it now since it no longer serves any purpose.
I also took your advice and set the […] -
normen replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 8 hours, 3 minutes agoDo you use native bullet? Its not working 100% yet. Also do you add the GhostControl to the player spatial?
Edit: I just see you don’t but move the spatial manually. Note that overlappingObjects is only […] -
risingstar64 replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 8 hours, 7 minutes agoI attempted to create a second ghostControl to follow the player and record collisions, but this doesn’t seem to be working quite right.
No matter where I moved the player, the ghostcontrol would read off 2 […] -
normen replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 8 hours, 45 minutes agoThe character is actually a ghostObject and a kinematic rigid body and does its own penetration checks. So doing this yourself should not be a big issue. Note that you mix two different collision systems when you […]
-
risingstar64 replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 8 hours, 50 minutes agoThanks for the fast reply! I thought that might be the case, so I attempted to write my own basic physics, but couldn’t seem to get proper collision detection. I tried two methods, neither of which worked […]
-
normen replied to the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 9 hours, 2 minutes agoI suppose you are using the character? Note that it doesn’t have “normal physics” but its own simple physics simulation. So you can’t really avoid this as the character is actually off the ground and falling. […]
-
risingstar64 started the forum topic player/rigid body unable to jump when walking down a slope in the group
Troubleshooting – Physics 9 hours, 11 minutes agoHey guys. I’m new to the JMonkey Engine, but pretty experienced with Java and game development. I installed JME3 beta along with the sdk and have read through and tested the ‘official’ tutorials. I like the […]
-
normen replied to the forum topic Building bullet-native on Windows – oh, no! in the group
Troubleshooting – Physics 2 days, 17 hours ago@monkey_scratches_head said:
Happy days …solved the above problem.Turns out the problem was at the linking phase (after the object file were created), caused by copies of the *.a files from another compiler […]
-
monkey_scratches_head replied to the forum topic Building bullet-native on Windows – oh, no! in the group
Troubleshooting – Physics 2 days, 17 hours agoHappy days …solved the above problem.
Turns out the problem was at the linking phase (after the object file were created), caused by copies of the *.a files from another compiler that are copied into […]
-
whodunit replied to the forum topic Picking terrain with the mouse in the group
Troubleshooting – Physics 2 days, 21 hours agoYes, it was the subtraction of click3d twice that was doing it. Thank you!
-
thetoucher replied to the forum topic Picking terrain with the mouse in the group
Troubleshooting – Physics 2 days, 22 hours agoperhaps because you were subtracting click3d twice, and you were commenting out the second occurrence while commenting out the localize, I think the double subtraction was your issue.
-
whodunit replied to the forum topic Picking terrain with the mouse in the group
Troubleshooting – Physics 2 days, 22 hours agoAh, that is a lot more readable and works to fix the problem, thanks
Is there a reason that the other code works on a Box-shaped Geometry without the normalization?
-
thetoucher replied to the forum topic Picking terrain with the mouse in the group
Troubleshooting – Physics 3 days agoyour direction vector looks a bit funky, try using this …
-
whodunit started the forum topic Picking terrain with the mouse in the group
Troubleshooting – Physics 3 days, 5 hours agoWhen I try to pick terrain with my mouse, the further off-center that I get off of the chunk of terrain, the further off my mouse is from my ‘mark’.
The code I am using to try to attempt this:I am not […]
-
Empire Phoenix replied to the forum topic Constant 30 fps without slowing down physics in the group
Troubleshooting – Physics 3 days, 23 hours agoProbably because when I tried last it was not that way, good that it changed then
-
normen replied to the forum topic Constant 30 fps without slowing down physics in the group
Troubleshooting – Physics 4 days, 7 hours ago@EmpirePhoenix: I do not know why you say that all the time, the bullet natives come with the distribution, only windows 64bit is not supported at the moment.
- Load More
