Post

Replies

Boosts

Views

Activity

Comment on Per-vertex color. in a custom RealityKit mesh? (macOS)
I'm not able to get this to work. Any chance someone could post some sample code?
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on help me! (coredata)
OR, save each data point in its own record
Replies
Boosts
Views
Activity
Oct ’21
Comment on ARKit FPS drop when device gets hot?
Yep, device itself will reduce CPU speed in high heat conditions, affecting overall device performance. You can check thermal state via NSProcessInfo https://developer.apple.com/documentation/foundation/nsprocessinfo/1417480-thermalstate
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on App Ownership Question
for second bullet point above, transfer is only required if you've shipped the app, otherwise, it can be built using a new bundle ID that is defined under your developer account. also, for future reference, consult an intellectual property attorney and draft an "work-for-hire" contract.
Replies
Boosts
Views
Activity
Sep ’21
Comment on SystemMusicPlayer.shared.isPreparedToPlay throws
its been a while since I wrote my MusicPlayer code, but at one point, I had to move all the calls into the main thread… fwiw
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21