BridgeUpdateData#
- class gs_nyx.nyx_py_renderer.BridgeUpdateData#
Bases:
objectPer-frame update payload: CUDA device pointers (as uint64) and counts that the renderer reads to refresh GPU scene state.
Constructors
Construct a zero-initialized BridgeUpdateData.
Attributes
CUDA device pointer to camera position array (float3 per camera).
CUDA device pointer to camera rotation array (quaternion per camera).
CUDA device pointer to packed deformable triangle indices (uint3 per triangle).
CUDA device pointer to packed deformable vertex positions (float3 per vertex).
CUDA device pointer to packed deformable vertex UVs (float2 per vertex).
Number of cameras referenced by 'camPosPtr' / 'camRotPtr'.
Number of deformable objects whose data is packed in the buffers.
Total number of deformable triangles in the packed buffer.
Total number of deformable vertices in the packed buffer.
Number of rigid geometry transforms in the rigid pointers.
CUDA device pointer to rigid geometry positions (float3 per rigid).
CUDA device pointer to rigid geometry rotations (quaternion per rigid).