瀏覽代碼

Examples: Added physics tag to webxr_xr_ballshooter.

Mr.doob 1 年之前
父節點
當前提交
2bd56174d6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      examples/tags.json

+ 2 - 1
examples/tags.json

@@ -103,5 +103,6 @@
 	"misc_controls_map": [ "drag" ],
 	"misc_controls_map": [ "drag" ],
 	"misc_controls_orbit": [ "rotation" ],
 	"misc_controls_orbit": [ "rotation" ],
 	"misc_controls_trackball": [ "rotation" ],
 	"misc_controls_trackball": [ "rotation" ],
-	"misc_controls_transform": [ "scale", "rotate", "translate" ]
+	"misc_controls_transform": [ "scale", "rotate", "translate" ],
+	"webxr_xr_ballshooter": [ "physics" ]
 }
 }