You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/2.0/Vendor/EXT_mesh_primitive_restart/README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
<!--
2
-
Copyright 2015-2021 The Khronos Group Inc.
2
+
Copyright 2015-2025 The Khronos Group Inc.
3
3
SPDX-License-Identifier: CC-BY-4.0
4
4
-->
5
5
6
-
# BENTLEY_primitive_restart
6
+
# EXT_mesh_primitive_restart
7
7
8
8
## Contributors
9
9
@@ -113,7 +113,7 @@ The mesh looks like this:
113
113
}
114
114
],
115
115
"extensions": {
116
-
"BENTLEY_primitive_restart": {
116
+
"EXT_mesh_primitive_restart": {
117
117
"primitiveGroups": [
118
118
{
119
119
"primitives": [
@@ -129,11 +129,11 @@ The mesh looks like this:
129
129
],
130
130
```
131
131
132
-
By default, this mesh draws two separate line strip primitives, each using its own `indices` accessor. The `BENTLEY_primitive_restart` extension specifies that both primitives can be replaced with a single one using a combined `indices` accessor containing primitive restart values.
132
+
By default, this mesh draws two separate line strip primitives, each using its own `indices` accessor. The `EXT_mesh_primitive_restart` extension specifies that both primitives can be replaced with a single one using a combined `indices` accessor containing primitive restart values.
133
133
134
134
## glTF Schema Updates
135
135
136
-
The `BENTLEY_primitive_restart` extension is applied to a mesh. Its `primitiveGroups` property is a list of groups of primitives that can be replaced with a single primitive using primitive restart. Each group is described by a list of indices into `mesh.primitives`, along with the index of the accessor that supplies the vertex indices for the replacement primitive.
136
+
The `EXT_mesh_primitive_restart` extension is applied to a mesh. Its `primitiveGroups` property is a list of groups of primitives that can be replaced with a single primitive using primitive restart. Each group is described by a list of indices into `mesh.primitives`, along with the index of the accessor that supplies the vertex indices for the replacement primitive.
137
137
138
138
## Constraints
139
139
@@ -155,5 +155,5 @@ The extension is subject to the following constraints. Violation of any constrai
0 commit comments