Skip to content

Commit

Permalink
HYDRA-1132 : Add missing changes to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Sep 4, 2024
1 parent 712db34 commit 9ca0976
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,16 @@ def "cubeHierarchies"
double3 xformOp:translate = (1.0, 0, 0)
uniform token[] xformOpOrder = ["xformOp:translate"]
}

def Xform "marker_cubes_1_baseCube"
{
double3 xformOp:translate = (-1, 0.5, 0)
uniform token[] xformOpOrder = ["xformOp:translate"]
}

def Xform "marker_cubes_2_topCube"
{
double3 xformOp:translate = (1, 1.25, 0)
uniform token[] xformOpOrder = ["xformOp:translate"]
}
}

0 comments on commit 9ca0976

Please sign in to comment.