Skip to content

Commit b9e6e5a

Browse files
committed
Examples: tags.json clean up.
1 parent 2bd5617 commit b9e6e5a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/tags.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"misc_controls_arcball": [ "rotation" ],
3+
"misc_controls_drag": [ "translate" ],
4+
"misc_controls_map": [ "drag" ],
5+
"misc_controls_orbit": [ "rotation" ],
6+
"misc_controls_trackball": [ "rotation" ],
7+
"misc_controls_transform": [ "scale", "rotate", "translate" ],
8+
"physics_ammo_cloth": [ "integration" ],
9+
"physics_rapier_instancing": [ "external" ],
210
"webgl_clipping": [ "solid" ],
311
"webgl_clipping_advanced": [ "solid" ],
412
"webgl_clipping_intersection": [ "solid" ],
@@ -96,13 +104,5 @@
96104
"webgl_simple_gi": [ "global illumination" ],
97105
"webgl2_multiple_rendertargets": [ "mrt" ],
98106
"webgl2_multisampled_renderbuffers": [ "msaa" ],
99-
"physics_ammo_cloth": [ "integration" ],
100-
"physics_rapier_instancing": [ "external" ],
101-
"misc_controls_arcball": [ "rotation" ],
102-
"misc_controls_drag": [ "translate" ],
103-
"misc_controls_map": [ "drag" ],
104-
"misc_controls_orbit": [ "rotation" ],
105-
"misc_controls_trackball": [ "rotation" ],
106-
"misc_controls_transform": [ "scale", "rotate", "translate" ],
107107
"webxr_xr_ballshooter": [ "physics" ]
108108
}

0 commit comments

Comments
 (0)