public class PxArticulation extends PxArticulationBase
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxArticulation() |
protected |
PxArticulation(long address) |
createLink, getAggregate, getName, getNbLinks, getScene, getSleepThreshold, getStabilizationThreshold, getUserData, getWakeCounter, getWorldBounds, isSleeping, putToSleep, setName, setSleepThreshold, setSolverIterationCounts, setStabilizationThreshold, setUserData, setWakeCounter, wakeUpgetBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlagscheckNotNull, equals, getAddress, hashCodeprotected PxArticulation()
protected PxArticulation(long address)
public static PxArticulation wrapPointer(long address)
public void setMaxProjectionIterations(int iterations)
iterations - WebIDL type: unsigned longpublic int getMaxProjectionIterations()
public void setSeparationTolerance(float tolerance)
tolerance - WebIDL type: floatpublic float getSeparationTolerance()
public void setInternalDriveIterations(int iterations)
iterations - WebIDL type: unsigned longpublic int getInternalDriveIterations()
public void setExternalDriveIterations(int iterations)
iterations - WebIDL type: unsigned longpublic int getExternalDriveIterations()
public PxArticulationDriveCache createDriveCache(float compliance, int driveIterations)
compliance - WebIDL type: floatdriveIterations - WebIDL type: unsigned longPxArticulationDriveCachepublic void updateDriveCache(PxArticulationDriveCache driveCache, float compliance, int driveIterations)
driveCache - WebIDL type: PxArticulationDriveCache [Ref]compliance - WebIDL type: floatdriveIterations - WebIDL type: unsigned longpublic void releaseDriveCache(PxArticulationDriveCache driveCache)
driveCache - WebIDL type: PxArticulationDriveCache [Ref]public void applyImpulse(PxArticulationLink link, PxArticulationDriveCache driveCache, PxVec3 linearImpulse, PxVec3 angularImpulse)
link - WebIDL type: PxArticulationLinkdriveCache - WebIDL type: PxArticulationDriveCache [Const, Ref]linearImpulse - WebIDL type: PxVec3 [Const, Ref]angularImpulse - WebIDL type: PxVec3 [Const, Ref]public void computeImpulseResponse(PxArticulationLink link, PxVec3 linearResponse, PxVec3 angularResponse, PxArticulationDriveCache driveCache, PxVec3 linearImpulse, PxVec3 angularImpulse)
link - WebIDL type: PxArticulationLinklinearResponse - WebIDL type: PxVec3 [Ref]angularResponse - WebIDL type: PxVec3 [Ref]driveCache - WebIDL type: PxArticulationDriveCache [Const, Ref]linearImpulse - WebIDL type: PxVec3 [Const, Ref]angularImpulse - WebIDL type: PxVec3 [Const, Ref]