We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c229e commit 51f4630Copy full SHA for 51f4630
genesis/engine/solvers/rigid/array_class.py
@@ -58,17 +58,6 @@ def __init__(self, solver):
58
# =========================================== Collider ===========================================
59
60
61
-@ti.data_oriented
62
-class ConstraintState:
63
- """
64
- Class to store the mutable constraint data, all of which type is [ti.fields].
65
66
-
67
- def __init__(self, solver):
68
- f_batch = solver._batch_shape
69
- self.n_constraints = ti.field(dtype=gs.ti_int, shape=f_batch())
70
71
72
@ti.data_oriented
73
class ColliderState:
74
"""
0 commit comments