reality-composer Questions

3

Solved

I have created a custom shader material in Reality Composer Pro (RCP). I can attach it to models in RCP without a problem, but my issue is that I am creating my models in code. I can not figure out...
Cyclopedia asked 17/7, 2023 at 4:56

3

In SceneKit, there are lots of options such as Use alpha channel of UIColor via SCNMaterial.(diffuse|emission|ambient|...).contents Use SCNMaterial.transparency (a CGFloat from 0.0 to 1.0) Use ...
Ivan asked 28/11, 2019 at 8:8

2

Solved

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: Simulat...
Dunaville asked 16/3, 2023 at 7:40

3

I've constructed a scene in Reality Composer that has a ball that starts the scene floating in the air. I'm attempting to programmatically throw the ball while simultaneously spinning it. I tried...

1

Solved

I have a .rcproject file with a goal (football gate) and a ball, the ball has physics of Dynamic and Rubber material, and the goal is Fixed with Lead material. When I load the scene from the .rcpro...
Sec asked 4/5, 2023 at 20:4

1

Solved

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 met...

1

Solved

So I have a Reality Composer file "Experience" loaded onto an XCode project with three scenes. I have added behaviors and actions that work in XCode. The actions work perfectly, hiding an...

1

Solved

I load an Entity from Reality Composer and I add a custom CollisionShape. These are the steps I follow: // I get the `.reality` url and I load the model let rocketSceneUrl = Bundle.main.url(forReso...
Spielman asked 30/4, 2023 at 4:3

1

Solved

So I asked a different question before, and arrived at a partial solution. I was able to add gestures to ONE of the two model entities on one scene, but not the other. Because when you print the sc...

1

Solved

I am trying to load an Entity into my code from a scene in a Reality Composer project. I am reaching out directly to the autogenerated .reality file because I do not want it placed automatically on...
Tomika asked 29/4, 2023 at 13:49

1

Solved

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 ...
Marvelous asked 3/2, 2023 at 19:30

1

Solved

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 ...
Paraphrastic asked 1/2, 2023 at 15:17

1

Solved

From the question in this If I assign a sound in Reality Composer, can I stop it programmatically in RealityKit?, I would like to use method to resume playback after Play Music. Can I do that? Now,...
Distill asked 6/1, 2023 at 18:16

1

Solved

I assign a sound to a scene in Reality Composer as in the image below I would like to create an UIButton that can be pressed to stop the sound. Can I do that?
War asked 5/1, 2023 at 15:29

1

Solved

How can I create a border/outline on a ModelEntity in RealityKit? Something like this blue border in Reality Composer:
Gravelblind asked 21/12, 2022 at 19:12

1

Solved

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 tinkeri...
Cristiecristin asked 9/8, 2022 at 6:34

1

I'm trying to create an AR experience with RealityKit but I'm finding that by default, entities will move into each other and overlap when they are moved by user interaction. I want to prevent the ...

1

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 noti...
Quahog asked 14/2, 2022 at 16:21

1

I followed the instructions here to record an ARKit mov session using the Reality Composer app, but when I load in Xcode and run with an ARKit app, the app shows a black screen and shows errors: Th...
Soar asked 18/7, 2021 at 4:19

1

Solved

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 c...
Incalescent asked 12/12, 2021 at 7:22

2

Solved

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 posit...

4

By setting the color of a material on the model property of a ModelEntity, I can alter the opacity/alpha of an object. But how do you animate this? My goal is to animate objects with full opacity, ...

1

Solved

I have created 3 "scenes" inside Experience.rcproject file, that is created when you start a new Augmented Reality project using xcode. Working for 3D a lot, I would say that these were 3...

1

I'm developing an AR app for iOS with Reality Composer. In my scene I have a simple sphere that i want it to rotate forever without restarting the animation every time. Currently I set up a rotatio...
Campobello asked 8/7, 2020 at 13:36

1

Solved

I create an Augmented Reality Project using Xcode's template. Xcode creates a file called Experience.rcproject. This project contains a scene called Box and a cube called Steel Cube. I add 3 more s...
Malamute asked 23/6, 2020 at 11:6

© 2022 - 2024 — McMap. All rights reserved.