java.lang.Object
physx.NativeObject
physx.support.PxPvdSceneClient
Special client for PxScene.
It provides access to the PxPvdSceneFlag.
It also provides simple user debug services that associated scene position such as immediate rendering and camera updates.
-
Nested Class Summary
Nested ClassesNested 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 PxPvdSceneClientarrayGet(long baseAddress, int index) Retrieves the PVD flags.voidsetScenePvdFlag(PxPvdSceneFlagEnum flag, boolean value) Sets the PVD flag.voidsetScenePvdFlags(PxPvdSceneFlags flags) Sets the PVD flags.voidupdateCamera(String name, PxVec3 origin, PxVec3 up, PxVec3 target) update camera on PVD application's render windowstatic PxPvdSceneClientwrapPointer(long address) Methods 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
-
PxPvdSceneClient
protected PxPvdSceneClient() -
PxPvdSceneClient
protected PxPvdSceneClient(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
setScenePvdFlag
Sets the PVD flag. See PxPvdSceneFlag. \param flag Flag to set. \param value value the flag gets set to. -
setScenePvdFlags
Sets the PVD flags. See PxPvdSceneFlags. \param flags Flags to set. -
getScenePvdFlags
Retrieves the PVD flags. See PxPvdSceneFlags. -
updateCamera
update camera on PVD application's render window
-