Browse Source

Added community tags to ammo.js examples.

Mr.doob 1 month ago
parent
commit
6d2a214393
1 changed files with 6 additions and 1 deletions
  1. 6 1
      examples/tags.json

+ 6 - 1
examples/tags.json

@@ -6,7 +6,12 @@
 	"misc_controls_trackball": [ "rotation" ],
 	"misc_controls_transform": [ "scale", "rotate", "translate" ],
 	"misc_raycaster_helper": [ "community" ],
-	"physics_ammo_cloth": [ "integration" ],
+	"physics_ammo_break": [ "community" ],
+	"physics_ammo_cloth": [ "integration", "community" ],
+	"physics_ammo_instancing": [ "community" ],
+	"physics_ammo_rope": [ "community" ],
+	"physics_ammo_terrain": [ "community" ],
+	"physics_ammo_volume": [ "community" ],
 	"physics_jolt_instancing": [ "community" ],
 	"physics_rapier_instancing": [ "community" ],
 	"physics_rapier_basic": [ "community" ],

粤ICP备19079148号