This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct Example018: View { | |
let arSession = ARKitSession() | |
let handTrackingProvider = HandTrackingProvider() | |
let leftCollection = Entity() | |
let rightCollection = Entity() | |
let tipJoints: [HandSkeleton.JointName] = [ | |
.thumbTip, .indexFingerTip, .middleFingerTip, .ringFingerTip, .littleFingerTip | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// File.swift | |
// RealityKitContent | |
// | |
// Created by Joseph Simpson on 12/8/24. | |
// Thanks Cursor and Claude! | |
import Foundation | |
@preconcurrency import RealityKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Rad Webhook Demo | |
Plugin URI: <https://vrhermit.com/?p=4154> | |
Description: Adds custom WP JSON endpoints that use the FileMaker OData API to submit form data to FileMaker. | |
Version: 1.0 | |
Author: radicalappdev | |
Author URI: <https://radicalappdev.com/> | |
*/ |