Post

Replies

Boosts

Views

Activity

Comment on RealityView attachments do not show up in Vision Pro simulator
Many thx @J0hn. With content.add(panelEntity) I get the attachment on screen visualized! In the wwdc2023 video and code example they don't use this and apply parentEntity.addChild(panelEntity) instead - but this doesn't work for me. So content.add seems to be must-have? PS: I want to pin an attachment (text label) to an entity so that the label automatically moves with the entity and thought addChild would do this.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Aug ’23
Comment on RealityView attachments do not show up in Vision Pro simulator
@J0hn First I thought the child would be hidden by the parent (do you mean this with "inside"?) but I have repositioned it without any success. Then I tried to change scale factor in case it should be too small - same result. However, the child is added in the children collection. The parent entity is embedded in a scene created by Reality Composer Pro. Maybe this is the problem?
Topic: Graphics & Games SubTopic: RealityKit Tags:
Aug ’23
Comment on RealityView attachments do not show up in Vision Pro simulator
Many thx @J0hn. With content.add(panelEntity) I get the attachment on screen visualized! In the wwdc2023 video and code example they don't use this and apply parentEntity.addChild(panelEntity) instead - but this doesn't work for me. So content.add seems to be must-have? PS: I want to pin an attachment (text label) to an entity so that the label automatically moves with the entity and thought addChild would do this.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on RealityView attachments do not show up in Vision Pro simulator
@J0hn First I thought the child would be hidden by the parent (do you mean this with "inside"?) but I have repositioned it without any success. Then I tried to change scale factor in case it should be too small - same result. However, the child is added in the children collection. The parent entity is embedded in a scene created by Reality Composer Pro. Maybe this is the problem?
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on RealityView attachments do not show up in Vision Pro simulator
Adding via content.add works but in wwdc2023 code example they just use addChild which does not work for me. But I want to bind the attachment to the parent entity so that they e.g. move together when I reposition the parent.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on RealityView attachments do not show up in Vision Pro simulator
But then panelEntity is still not tied to parentEntity, i.e. when I move parentEntity panelEntity stays fixed in the room.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on Scene understanding missing from visionOS simulator?
..and beta 8 (15A5229m) that is shipped with visionOS 1.0 (21N5233f)
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on RealityKit box cannot be equipped with different material structures on visionOS
I have just setup a „hand made“ workaround solution by defining the cube on my own, i.e. I have created 6 separate entities for each side and tied them as children to a parent entity acting as the cube.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Oct ’23