Merge pull request #425 from aftersomemath:cull-face-flag

PiperOrigin-RevId: 466904386
Change-Id: Icd5515c2bbb8f8f3417501ea43c8e5ae22b32f91
This commit is contained in:
Copybara-Service
2022-08-11 02:44:37 -07:00
7 changed files with 16 additions and 5 deletions
+1
View File
@@ -875,6 +875,7 @@ mjtRndFlag
mjRND_HAZE, // haze
mjRND_SEGMENT, // segmentation with random color
mjRND_IDCOLOR, // segmentation with segid+1 color
mjRND_CULL_FACE, // cull backward faces
mjNRNDFLAG // number of rendering flags
} mjtRndFlag;