BridgeUpdateDesc#
- class gs_nyx.nyx_py_renderer.BridgeUpdateDesc#
Bases:
objectDescribes the GPU buffers the renderer must allocate to be driven from Python (counts of cameras, geometry, references).
Constructors
Construct an empty BridgeUpdateDesc using the SDK’s default allocator.
Methods
Return the reference at the given index.
Resize the reference array to the given length.
Return the number of reference entries.
Replace the reference at the given index.
Attributes
Number of cameras driven from Python.
Number of deformable mesh objects driven from Python.
Total number of deformable mesh triangles across all deformable objects.
Total number of deformable mesh vertices across all deformable objects.
Number of rigid-body geometry instances driven from Python.