Support arbitrary large meshes in multiccd by reusing EPA memory.
PiperOrigin-RevId: 947709621 Change-Id: Idc4f168434b9d0a8555c0bed989adb0e99770a78
This commit is contained in:
committed by
Copybara-Service
parent
0afafacfc5
commit
2444defc63
@@ -1363,6 +1363,16 @@ STRUCTS: Mapping[str, StructDecl] = dict([
|
||||
type=ValueType(name='mjtSize'),
|
||||
doc='number of potential contacts in contact list (legacy)',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='npolygonmax',
|
||||
type=ValueType(name='mjtSize'),
|
||||
doc='maximum number of vertices in a mesh polygon',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='nmeshdegmax',
|
||||
type=ValueType(name='mjtSize'),
|
||||
doc='maximum number of edges adjacent to a mesh vertex',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='nuserdata',
|
||||
type=ValueType(name='mjtSize'),
|
||||
|
||||
Reference in New Issue
Block a user