Questions tagged [reality-converter]

Apple Reality Converter app was made for converting and customising USDZ models for AR experience. Its simple GUI uses drag-and-drop approach for 3d models to view the converted result under a variety of lighting conditions and different materials.

10 questions
6
votes
2 answers

How can I solve USDZConvert Pxr Import Error?

I'm running into this issue after installing USDZ tools from Apple's website. I'm a bit rusty at Python and tried installing all the underlying packages. I set my PYTHONPATH already using export…
3
votes
1 answer

Issues adding texture to Reality Converter?

Anyone having issues with Reality Converter by Apple. Mainly, when I add an .obj file, it’s able to display the white object. However, when I go ahead and add a texture .png files into the Materials folder, nothing gets updated. I end up with a…
brockhampton
  • 294
  • 2
  • 8
2
votes
2 answers

Converting OBJ with textures to USDZ using Reality Converter

I'm trying to convert .obj with several .png (textures) files into .usdz through Reality Converter but it isn't working. It'll take the object, but when I put the png files under the material folder, nothing happens? Any suggestions? I end up with a…
brockhampton
  • 294
  • 2
  • 8
2
votes
0 answers

Has anyone successfully imported animations from Blender 2.8 into Xcode?

Lately I have been having problems importing animations from Blender into Xcode for use with augmented reality projects. Up until recently I was able to import the models with their animations as .dae files which could then be converted within…
jackBrack
  • 21
  • 3
1
vote
0 answers

Reality Composer: How to replace object without losing behaviours?

I have a 3D model which I'm setting up for AR using Reality Composer on a Mac. I've assigned a few basic behaviours to the model. For example, making certain objects spin when tapped. The problem: I will need to make changes to the model based on…
1
vote
1 answer

Reality Converter – Problem converting USDZ file with multiple animations

I created in Blender a simple cube with 2 animations, one animation move up and down the cube and second one rotating cube on his position. I exported this file in glb format and I tried to converted using Reality Converter, unfortunately I can only…
Damiano Miazzi
  • 1,514
  • 1
  • 16
  • 38
1
vote
1 answer

USDZ file losing Model Parts when opened in Reality Composer

In the USDZ 3d model format, my model has multiple parts that can be selected and edited. However, when the model is opened in Reality Composer, the model seems to lose the multiple parts, which makes the animations that I want to do…
Ryan
  • 630
  • 8
  • 20
1
vote
1 answer

texture Issues when converting gltf to usdz

Whenever I convert a rigged model on blender from GLTF/glb --> USDZ (via reality converter) I face issues of unwanted ridged shading added to the mesh along some edges. This problem does not occur however when the model is unrigged. The difference…
1
vote
0 answers

FBX exported model's texture tiling issue in Reality Converter

I am exporting an FBX character from Maya to Reality Converter. In Maya, I base the settings on the "Autodesk Media and Entertainment" profile, I embed media to make sure textures are exported, and I set the scale to meters. The textures work well…
Amedeux
  • 11
  • 1
0
votes
0 answers

Playing USDZ skeletal animation in RealityKit from a separate file

I am trying to play a specific skeletal animation on my 3D object (loaded from a USDZ file). The animation file is also in format of USDZ. I tried the following: Entity.loadAsync(contentsOf: Bundle.main.url(forResource: "Character", withExtension:…
Hadi
  • 1,294
  • 1
  • 8
  • 8