#usda 1.0
(
defaultPrim = "Toaster"
upAxis = "Z"
)
/**
* Edit the scene to see its content updated live!
*
* TIP: Try changing the toaster's
* * scale ("Toaster/Geom": "xformOp:scale").
* * position ("Toaster/Geom": "xformOp:translate").
* * color ("Toaster/Geom/Body/Body": "primvars:displayColor").
*
* NOTES:
* * Thanks to Pixar for the model.
* * Expect glitches... this is Alpha software :)
*/
def Xform "Toaster"
{
def Xform "Geom"
{
// Try changing the toaster's position (in XYZ format):
double3 xformOp:translate = (113.70754623413086, -120.20833587646484, -94.24053192138672)
// Try changing the toaster's scale:
float3 xformOp:scale = (0.1, 0.1, 0.1)