-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#usda 1.0 | ||
|
||
( defaultPrim = "a" ) | ||
|
||
def Xform "a" | ||
( | ||
kind = "component" | ||
assetInfo = { | ||
asset identifier = @assets/Refridgerator/Refridgerator.usd@ | ||
string name = "Refridgerator" | ||
} | ||
#payload = @./Refridgerator_payload.usd@</Refridgerator> | ||
variants = { | ||
string modelingVariant = "Decorated" | ||
} | ||
prepend variantSets = ["modelingVariant"] | ||
) | ||
{ | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#usda 1.0 | ||
|
||
( defaultPrim = "a" | ||
|
||
""" | ||
repro scene for https://github.com/lighttransport/tinyusdz/pull/195 | ||
Issue 195: base properties(e.g. 'HelloWorld') disappear after `--flatten`. | ||
""" | ||
) | ||
|
||
def "a" | ||
( | ||
prepend references = @./issue-195-ref.usda@ | ||
) | ||
{ | ||
string HelloWorld = "Hello World" | ||
double3 xformOp:translate = (259.9341506958008, 95.84612274169922, -0.5277154445648193) | ||
uniform token[] xformOpOrder = ["xformOp:translate"] | ||
} |