Post

Replies

Boosts

Views

Activity

Reply to UsdUtils CreateNewUSDZPackage texture bug?
I think this is the same issue I've described here: https://developer.apple.com/forums/thread/691674 Your script is correct, and you can confirm by opening the created "HelloWorldZ.usdz" file in USDView. However, it looks like "displayColor" is not supported by apple AR viewers (AR Quick Look / Reality Composer). You have to create textures and shaders if you want colors there, otherwise they'll look pink / purple. I have not been able to find any official Apple documentation on this (if anyone can that'd be awesome), I only found a post on usd-interest google group from 2019 which reported the same: https://groups.google.com/g/usd-interest/c/8hD2rzRboeg/m/PSgIPlLCBgAJ with the answer: And I was just told that ARQL does not currently support vertex displayColors in any capacity - neither without a bound material (as in the example I provided), nor as something read via a UsdPrimvarReader shader to feed to a UsdPreviewSurface... the only primvars currently supported in ARQL are texture coordinates for feeding a UsdUVTexture shader.
Topic: Graphics & Games SubTopic: General Tags:
Oct ’21
Reply to UsdUtils CreateNewUSDZPackage texture bug?
I think this is the same issue I've described here: https://developer.apple.com/forums/thread/691674 Your script is correct, and you can confirm by opening the created "HelloWorldZ.usdz" file in USDView. However, it looks like "displayColor" is not supported by apple AR viewers (AR Quick Look / Reality Composer). You have to create textures and shaders if you want colors there, otherwise they'll look pink / purple. I have not been able to find any official Apple documentation on this (if anyone can that'd be awesome), I only found a post on usd-interest google group from 2019 which reported the same: https://groups.google.com/g/usd-interest/c/8hD2rzRboeg/m/PSgIPlLCBgAJ with the answer: And I was just told that ARQL does not currently support vertex displayColors in any capacity - neither without a bound material (as in the example I provided), nor as something read via a UsdPrimvarReader shader to feed to a UsdPreviewSurface... the only primvars currently supported in ARQL are texture coordinates for feeding a UsdUVTexture shader.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to USDZ AR Quick Look - displayColor appears as pink
Update: I had to update my original content of USD to have constant colors since I had too many characters otherwise. Still, issue persists: USDView: AR Quick Look:
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21