Uses of Class
com.jme3.bullet.collision.PhysicsSweepTestResult
Packages that use PhysicsSweepTestResult
-
Uses of PhysicsSweepTestResult in com.jme3.bullet
Methods in com.jme3.bullet that return types with arguments of type PhysicsSweepTestResultModifier and TypeMethodDescriptionPhysicsSpace.sweepTest(CollisionShape shape, com.jme3.math.Transform start, com.jme3.math.Transform end) Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults
You have to use different Transforms for start and end (at least distance greater than 0.4f).PhysicsSpace.sweepTest(CollisionShape shape, com.jme3.math.Transform start, com.jme3.math.Transform end, List<PhysicsSweepTestResult> results) Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults
You have to use different Transforms for start and end (at least distance greater than 0.4f).Method parameters in com.jme3.bullet with type arguments of type PhysicsSweepTestResultModifier and TypeMethodDescriptionPhysicsSpace.sweepTest(CollisionShape shape, com.jme3.math.Transform start, com.jme3.math.Transform end, List<PhysicsSweepTestResult> results) Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults
You have to use different Transforms for start and end (at least distance greater than 0.4f).