I'm trying to use command line to convert my .obj object to .usdz and enrich it with diffuse color as it mentioned in WWDC 19 Working with USD. but I get command not found: usdzconvert
.
That's the code
usdzconvert myObject.obj -diffuseColor 0.0,0.59,0.59
does anyone know what is the problem, or if there is any requirement to use this command.
P.S. I'm on macOS 10.15 Beta, I also have Xcode 11 beta installed.