| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
return DrawMode.TRIANGLES;Any reason why we are assuming unknown index type to be set to TRIANGLES. Should it not throw a new IllegalArgumentException?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
return DrawMode.TRIANGLES;Any reason why we are assuming unknown index type to be set to TRIANGLES. Should it not throw a new IllegalArgumentException?
No, there is no actual reason for this. Just my personal preference. I could throw an exceptions here and handle it in the calling code.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
return DrawMode.TRIANGLES;Oleh Desiatyrikov (xWF)Any reason why we are assuming unknown index type to be set to TRIANGLES. Should it not throw a new IllegalArgumentException?
No, there is no actual reason for this. Just my personal preference. I could throw an exceptions here and handle it in the calling code.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
float factor = scale / mCurrentScale;could mCurrentScale ever be 0?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Oleh Desiatyrikov (xWF)Any reason why we are assuming unknown index type to be set to TRIANGLES. Should it not throw a new IllegalArgumentException?
Gurmeet KalraNo, there is no actual reason for this. Just my personal preference. I could throw an exceptions here and handle it in the calling code.
Sg, adding an exception will help capture unknown cases.
Done
could mCurrentScale ever be 0?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[ImmersivePlayback] Define SceneCore mesh data structures and surface shapes on Android
Defines XrMeshData on the Android side to receive serialized mesh
buffers. Integrates shape support in XrSurfaceEntityHolder and
implements custom mesh creation utility mapping.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |