From 7b87d9aaf1a501e4bb4f34b4e847597e7cd90cf3 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Tue, 1 Oct 2024 09:27:09 -0700 Subject: [PATCH] Add Simulating physics joints (#1649) --- contents.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 8142a9bc..aa6f3a1f 100644 --- a/contents.json +++ b/contents.json @@ -32024,6 +32024,24 @@ "date_added": "Sep 16 2024", "license": "other", "suggested_by": "@dkhamsing" - } + }, + { + "title": "Simulating physics joints", + "description": "Sample code by Apple", + "category-ids": [ + "sample" + ], + "source": "https://developer.apple.com/documentation/realitykit/simulating-physics-joints-in-your-realitykit-app", + "screenshots": [ + "https://github.com/user-attachments/assets/ccffdd48-37f5-4724-9b1e-7d53f9dcc84c" + ], + "tags": [ + "swift", + "realitykit" + ], + "date_added": "Oct 1 2024", + "license": "other", + "suggested_by": "@dkhamsing" + } ] }