java.lang.Object
physx.NativeObject
physx.common.PxBase
physx.physics.PxActor
physx.particles.PxParticleSystem
physx.particles.PxPBDParticleSystem
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxPBDParticleSystemarrayGet(long baseAddress, int index) voiddestroy()floatfloatgetWind()voidsetFluidBoundaryDensityScale(float fluidBoundaryDensityScale) voidsetFluidRestOffset(float fluidRestOffset) voidsetGridSizeX(int gridSizeX) voidsetGridSizeY(int gridSizeY) voidsetGridSizeZ(int gridSizeZ) voidstatic PxPBDParticleSystemwrapPointer(long address) Methods inherited from class physx.particles.PxParticleSystem
addParticleBuffer, addRigidAttachment, createPhase, enableCCD, getContactOffset, getCudaContextManager, getGpuParticleSystemIndex, getMaxDepenetrationVelocity, getMaxVelocity, getNbParticleMaterials, getParticleContactOffset, getParticleFlags, getParticleSystemCallback, getRestOffset, getSimulationFilterData, getSolidRestOffset, removeParticleBuffer, removeRigidAttachment, setContactOffset, setMaxDepenetrationVelocity, setMaxVelocity, setParticleContactOffset, setParticleFlag, setParticleFlags, setParticleSystemCallback, setRestOffset, setSimulationFilterData, setSolidRestOffset, setSolverIterationCountsMethods inherited from class physx.physics.PxActor
getActorFlags, getDominanceGroup, getName, getOwnerClient, getScene, getType, getUserData, getWorldBounds, getWorldBounds, setActorFlag, setActorFlags, setDominanceGroup, setName, setOwnerClient, setUserDataMethods inherited from class physx.common.PxBase
getBaseFlags, getConcreteType, isReleasable, release, setBaseFlag, setBaseFlagsMethods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxPBDParticleSystem
protected PxPBDParticleSystem() -
PxPBDParticleSystem
protected PxPBDParticleSystem(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
setWind
- Parameters:
wind- WebIDL type:PxVec3[Const, Ref]
-
getWind
- Returns:
- WebIDL type:
PxVec3[Value]
-
setFluidBoundaryDensityScale
public void setFluidBoundaryDensityScale(float fluidBoundaryDensityScale) - Parameters:
fluidBoundaryDensityScale- WebIDL type: float
-
getFluidBoundaryDensityScale
public float getFluidBoundaryDensityScale()- Returns:
- WebIDL type: float
-
setFluidRestOffset
public void setFluidRestOffset(float fluidRestOffset) - Parameters:
fluidRestOffset- WebIDL type: float
-
getFluidRestOffset
public float getFluidRestOffset()- Returns:
- WebIDL type: float
-
setGridSizeX
public void setGridSizeX(int gridSizeX) - Parameters:
gridSizeX- WebIDL type: unsigned long
-
setGridSizeY
public void setGridSizeY(int gridSizeY) - Parameters:
gridSizeY- WebIDL type: unsigned long
-
setGridSizeZ
public void setGridSizeZ(int gridSizeZ) - Parameters:
gridSizeZ- WebIDL type: unsigned long
-
getConcreteTypeName
- Overrides:
getConcreteTypeNamein classPxBase- Returns:
- WebIDL type: DOMString
-