USDZShare
USDZShare
Discussion
Hi Tim, Firstly, thanks for sharing everything you've done with USDZ recently. There is a lack of information on this new format, I haven't found anything on creating a USDZ...
@kcoley I have found issues with my existing workflow using gltf2usd and iOS13Beta. Many working usdz files were no longer working in iOS13Beta. One solution I found worked was merging...
@kcoley When using the --use-euler-rotation handle the Y-Up flips to Z+ axis. I've included the input GLTF for with and without euler handle. [using_euler_Y-up-Flips+Z.zip](https://github.com/kcoley/gltf2usd/files/2459210/using_euler_Y-up-Flips%2BZ.zip)
@kcoley @ox Given this is a command line tool, it makes sense for it to work well with other 3D filetype command line tools. These command line tools convert DAE...
Runs in Xcode without issue, but running using swift playgrounds 2.1 released on 30th April 2018, it crashes on `scnView.technique = SCNTechnique(dictionary: technique)` by commenting out this line, the playground...
I've noticed any SCNNodes that have opacity levels set below 1 (alpha channel) ..... causes the following crash in the xcode debugger. validateFunctionArguments:3332: failed assertion `Fragment Function(commonprofile_frag): missing buffer binding...