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
3
votes
1 answer

Reality Composer and dealing with multiple surfaces

I want to know if there is a way for the scenes that gets exported from the reality composer to deal with multiple surfaces in the real world. So for example, if we create a scene with a ball that applies a force on the x axis when we touch the…
Mostafa
  • 1,522
  • 2
  • 18
  • 34
3
votes
2 answers

Extract Reality Composer scene for ARQuickLook

I have a Reality Composer scene and I want to extract it as usdz file or any files that can be used in ARQuickLook? is it possible?
Mina
  • 2,167
  • 2
  • 25
  • 32
2
votes
1 answer

Alternative for findEntity(named:) method to find a specific model in RealityKit?

So I asked a question a couple of days ago which Andy Jazz kindly answered. So I have been playing with the answer, and although I was able to implement a solution, it is incomplete because the method he used, was findEntity(named:) using…
2
votes
2 answers

What's the difference between ARKit and RealitKit?

From developer.apple.com, it is described as follows, ARKit: Integrate iOS device camera and motion features to produce augmented reality experiences in your app or game. and RealityKit: Simulate and render 3D content for use in your augmented…
kkk
  • 187
  • 8
2
votes
1 answer

RealityKit Gestures are not working in my iOS AR app

When I launch my app, I do see my scene loaded but I'm not able to use the translate, rotate or scale gestures to manipulate the scene. Would like some help to make this work? class ViewController: UIViewController { @IBOutlet var arView:…
2
votes
1 answer

RealityKit – How to make an Entity and its PBR materials transparent?

I have an Entity called "Table" that represents a table with a sticker on it. This Entity has Model Entities as children (leg1, leg2, leg3, leg4, plank and sticker). Each ModelEntity has a PBR texture applied to its materials ('lightWood' for the…
Seb
  • 23
  • 2
2
votes
1 answer

Can I control Reality Composer behaviors in RealityKit?

I would like to make a button using SwiftUI. When the button is pressed, the model will hide. I have already read the tutorial in this link (Creating a Trigger), but I don't know how to control it programmatically. Here is my code: struct VocabView…
kkk
  • 187
  • 8
2
votes
1 answer

Create border or outline on ModelEntity?

How can I create a border/outline on a ModelEntity in RealityKit? Something like this blue border in Reality Composer:
2
votes
1 answer

Applying downward force to an object using RealityKit

Here is my previous question about in general apply force for a certain point of an AR object which had a perfect answer. I have managed to apply force to a given point with a little bit of tinkering to have a perfect effect for me. Let me show also…
Csabi
  • 3,097
  • 17
  • 59
  • 107
2
votes
2 answers

Reality Composer Tap Trigger issue

I'm new to Augmented Reality and I was going with Apple docs and WWDC videos to create my scene using Reality Composer simple blue ball that orbits around a white ball when I tap on blue ball but the tap trigger is not working when running on real…
belal medhat
  • 462
  • 1
  • 4
  • 18
2
votes
1 answer

Receiving Xcode notification on Reality Composer animation end

I have the following Reality Composer project that loads properly. As you can see, when the animation completes, it should notify with the keyword "attackComplete". How do I get this notification? import RealityKit import ARKit class…
Mason Ballowe
  • 1,847
  • 2
  • 12
  • 23
2
votes
1 answer

Reality Composer – Tracking multiple images is not working properly

I'm new to Reality Composer and RealityKit. I've set up a .rcproject with multiple ImageTracking scenes. Each are setup identically. At this point, when images are recognized, a cube is overlaid and has a tap gesture that should send a notification…
Bryan M
  • 101
  • 6
2
votes
1 answer

Add hyperlink within reality composer that can be used on WEB AR

So Im wondering is there anyway you can add a hyperlink action in reality composer that can be used in web ar? I can't seem to find an action for this? The way I'm using the reality file on my website is like so
Smokey Dawson
  • 8,827
  • 19
  • 77
  • 152
2
votes
0 answers

How to trigger Reality Composer Action when button is active?

I'm currently working on an AR app and I want to trigger an action (for example a scene change) only when a button was pressed beforehand. Here's the process I'm trying to build: Object spawns in front of user User taps on button to select a…
Oliver
  • 25
  • 1
  • 6
2
votes
2 answers

RealityKit – Change a color of a model

I am currently looking into options on how to transform objects colour from Swift. The object has been added to the scene from Reality Composer. I found in the documentation that I can change position, rotation, scale, however, I am unable to find a…
AndroidFreak
  • 866
  • 1
  • 10
  • 31
1 2
3
10 11