Questions tagged [reality-composer]

Apple Reality Composer lets you quickly prototype and create high-quality content for AR apps. Also RC allows you produce dynamics and animations for iOS, iPadOS and macOS to enrich your 3D scene.

Reality Composer provides you with a simple and intuitive user interface for making 3D scenes for Augmented and Virtual Reality apps. Reality Composer works on mobile and desktop platforms where you can use native assets' library or use your own .usdz files (developed by Pixar) to compose 3D scenes.

In Reality Composer you can supply your models with physics, animation and audio, then save it inside .reality, .usdz or .rcproject file and open it in -oriented Xcode project. When you build a scene on iPhone or iPad you can test it pressing AR button.

153 questions
1
vote
1 answer

ARKit and Reality Composer scaling nodes

I'm trying to create a node in xcode that will combine 2 of my models that I'm fetching from RC Scene. myTrack myCar they both been aligned individually but they are a bit too big. Car is using a loop that is controlling it movement around the…
1
vote
0 answers

Reality Composer Extract Depth Frames

I recorded an ARSession video using Reality Composer and it is saved in a .mov file. I am able to extract the RGBA frames with a Playground script but cannot find a way to extract the depth data as well. The code below is what I used to extract the…
eshirima
  • 3,837
  • 5
  • 37
  • 61
1
vote
0 answers

How to extract data from the Reality Composer recorded ARKit movie

I use Reality Composer to record an ARKit movie in the MOV format. Now I want to extract the RGB images, LiDAR data. How to do it?
Lawpdas
  • 11
  • 2
1
vote
0 answers

Lab: Forum about AR (Spark AR, Lens Studio, 8thWall, Reality Composer, etc...)

Here's the Lab: https://lab.popul-ar.com/ It's a forum focusing specially on Augmented Reality with creators active in Spark AR, Lens Studio, 8thWall, Reality composer etc...
1
vote
2 answers

RealityComposer – Glitch with "Hide all on Scene Start"

I have a Reality Composer file with several scenes, all of which starts empty and then some models appear one by one every second. Even though the animation works perfectly in Quicklook and Reality Composer, it does a strange glitch when I try to…
1
vote
1 answer

Reality Composer – Failed to get the Notify trigger working

Simply trying to print a hello when I tap on an object in the Reality file I made in Reality Composer. Not able to set the link between Notify and in-app actions. import SwiftUI import RealityKit struct ContentView: View { var body: some View…
1
vote
1 answer

RealityKit – How to access the property in a Scene programmatically?

I have been using Reality composer and a Frame Entity by downloading from library. I want to access the properties of the object to programmatically give an image to show in the frame. Here you can see there is a configure and i can import photo…
elk_cloner
  • 2,049
  • 1
  • 12
  • 13
1
vote
1 answer

Anchor detection issues in AR application

I have an augmented reality app with a simple Reality Composer project. It works fine on an ipad 14.4 but I'm having problems on higher versions (14.7 and 15). Anchor detection is much more sensitive. This has the consequence of restarting my scenes…
1
vote
1 answer

Is it possible to use Reality Composer for detecting 3D assets in the real world?

I'm trying to find a way to create .arobject for detecting 3D assets in real world. The only solution I've found is to use Apple scanning application. But I wonder maybe there is a way to use Reality Composer to achieve this? Since Reality Composer…
Kawe
  • 659
  • 8
  • 18
1
vote
1 answer

How does image anchoring work in Reality Composer?

Whilst learning about Reality Composer I found that it is possible to anchor an image using Reality Composer, meaning if I have an image in real life and a copy of it in the Reality Composer then using that I can build a whole scene right on top of…
AndroidFreak
  • 866
  • 1
  • 10
  • 31
1
vote
0 answers

Download .rcproject from remote and place it in AR view?

So, I'm following the documentation and created a composition with Reality Composer. There is a step in the docs called Add the Composition to Your App, what I would like is to add the Composition to my app dynamically. Upload the file to a server…
yasin
  • 1,297
  • 3
  • 17
  • 36
1
vote
2 answers

How to installGestures on Reality Composer

is there a way to add installGestures in reality composer? i am able to do it in code, but i don`t want to mix too much code and ui parts. so i am searching how i can do the drag and drop part in reality composer. here is the code snipit to do it in…
Auryn
  • 1,117
  • 1
  • 13
  • 37
1
vote
2 answers

How to create flexible connections, such as a Keyring with a few keys?

I would like to model an AR asset, like a keyring with a few keys in it. Obviously, I would like to show that it could be picked up and then because of physics, keys will naturally show up to the bottom of the ring. How could I do that in ARKit /…
1
vote
1 answer

Make AR entity re-appear when anchor re-appears in videoscreen

Using iOS14.2, XCode12.1, Swift5.3, My first AR experience in my Xcode project works nicely. In reality composer, I defined an anchor of type "image" and placed a 3D-object on its XY-center. In addition I added a small behaviour animation that makes…
iKK
  • 6,394
  • 10
  • 58
  • 131
1
vote
1 answer

Adding ground shadows to a USDZ model in RealityKit?

For some time now, I have been trying to add a realistic ground shadow to an object in RealityKit. For my use case, I will not be using Reality Composer, nor (per this question) will I be using an anchor entity from a horizontal plane (my user will…
ZbadhabitZ
  • 2,753
  • 1
  • 25
  • 45