Rename "facetexcoord" to "elemtexcoord" in mjsFlex element for consistency.
PiperOrigin-RevId: 734153759 Change-Id: Ic17d7c8a6e53fba04da511d405c815a723c5e55b
This commit is contained in:
committed by
Copybara-Service
parent
37d6d7792a
commit
e04e0e5c3d
@@ -10488,11 +10488,11 @@ STRUCTS: Mapping[str, StructDecl] = dict([
|
||||
doc='vertex texture coordinates',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='facetexcoord',
|
||||
name='elemtexcoord',
|
||||
type=PointerType(
|
||||
inner_type=ValueType(name='mjIntVec'),
|
||||
),
|
||||
doc='face texture coordinates',
|
||||
doc='element texture coordinates',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='info',
|
||||
|
||||
Reference in New Issue
Block a user