forked from ImageEngine/cortex
-
Notifications
You must be signed in to change notification settings - Fork 0
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
7 changed files
with
185 additions
and
74 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
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
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
9 changes: 9 additions & 0 deletions
9
contrib/IECoreUSD/test/IECoreUSD/data/assetPathAttribute.usda
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,9 @@ | ||
#usda 1.0 | ||
|
||
def Xform "xform" | ||
{ | ||
|
||
asset primvars:testAsset = @./cube.usda@ | ||
|
||
} | ||
|
30 changes: 30 additions & 0 deletions
30
contrib/IECoreUSD/test/IECoreUSD/data/exposedShaderInput.usda
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,30 @@ | ||
#usda 1.0 | ||
|
||
def "model" | ||
{ | ||
|
||
def Sphere "sphere" | ||
{ | ||
rel material:binding = </model/materials/material1> | ||
} | ||
|
||
def Scope "materials" | ||
{ | ||
|
||
def Material "material1" | ||
{ | ||
|
||
float inputs:exposedRoughness = 0.75 | ||
token outputs:surface.connect = </model/materials/material1/surface.outputs:DEFAULT_OUTPUT> | ||
|
||
def Shader "surface" | ||
{ | ||
uniform token info:id = "arnold:standard_surface" | ||
float inputs:diffuse_roughness.connect = </model/materials/material1.inputs:exposedRoughness> | ||
token outputs:DEFAULT_OUTPUT | ||
} | ||
} | ||
|
||
} | ||
|
||
} |
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
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