Post

Replies

Boosts

Views

Activity

Comment on visualBounds ignores TextComponents set for Entity. Workarounds?
Hi Michael, this was super helpful - I had winged it with a invisible / disabled component, but with your example, was able to use the actual height. Thank you very much! Here you go: FB21317122 (Entity: visualBounds method ignores TextComponents size) And as a bonus 😬: FB21316239 (MeshResource.generateCylinder crashes in unit tests) (generateBox crashes, too) Let me know if you need more details! Best regards, Rafael
Topic: Spatial Computing SubTopic: General Tags:
3d
Comment on AVCam Example: Can I use a Actor instead of a DispatchQueue for capture session activity?
It looks like AVCam has been updated with an actor. Still I found this example very interesting. Would it be possible to use @preconcurrency or would this change the semantics? actor VarnishCentral: @preconcurrency Varnisher.Delegate { func varnisherShouldUseGloss(_ varnisher: Varnisher) -> Bool { shouldUseGloss() } }
Nov ’24