Update to latest
This commit is contained in:
parent
69fbe705bb
commit
9b345acf2e
63 changed files with 294 additions and 8 deletions
|
|
@ -0,0 +1,124 @@
|
|||
#usda 1.0
|
||||
(
|
||||
customLayerData = {
|
||||
string author = "ambientCG (ambientCG.com)"
|
||||
string copyright = "CC0 1.0 Public Domain Dedication (https://creativecommons.org/publicdomain/zero/1.0/)"
|
||||
string generator = "ambientCG USD Script (v2)"
|
||||
string title = "ScrewSet001 by ambientCG"
|
||||
string url = "https://ambientcg.com/a/ScrewSet001"
|
||||
}
|
||||
defaultPrim = "ambientCG_ScrewSet001_4K_JPG"
|
||||
)
|
||||
|
||||
def Material "ambientCG_ScrewSet001_4K_JPG"
|
||||
{
|
||||
token outputs:surface.connect = </ambientCG_ScrewSet001_4K_JPG/PBRShader.outputs:surface>
|
||||
|
||||
def Shader "TextureCoordinateReader"
|
||||
{
|
||||
uniform token info:id = "UsdPrimvarReader_float2"
|
||||
token inputs:varname = "st"
|
||||
float2 outputs:result
|
||||
}
|
||||
|
||||
def Shader "PBRShader"
|
||||
{
|
||||
uniform token info:id = "UsdPreviewSurface"
|
||||
color3f inputs:diffuseColor.connect = </ambientCG_ScrewSet001_4K_JPG/diffuseColor.outputs:rgb>
|
||||
float inputs:metallic.connect = </ambientCG_ScrewSet001_4K_JPG/metallic.outputs:r>
|
||||
float inputs:displacement.connect = </ambientCG_ScrewSet001_4K_JPG/displacement.outputs:r>
|
||||
normal3f inputs:normal.connect = </ambientCG_ScrewSet001_4K_JPG/normal.outputs:rgb>
|
||||
float inputs:occlusion.connect = </ambientCG_ScrewSet001_4K_JPG/occlusion.outputs:r>
|
||||
float inputs:roughness.connect = </ambientCG_ScrewSet001_4K_JPG/roughness.outputs:r>
|
||||
float inputs:opacity.connect = </ambientCG_ScrewSet001_4K_JPG/opacity.outputs:r>
|
||||
int inputs:useSpecularWorkflow = 0
|
||||
token outputs:surface
|
||||
}
|
||||
|
||||
def Shader "diffuseColor"
|
||||
{
|
||||
uniform token info:id = "UsdUVTexture"
|
||||
float4 inputs:fallback = (0.8, 0.8, 0.8, 1)
|
||||
asset inputs:file = @ScrewSet001_4K_Color.jpg@
|
||||
float2 inputs:st.connect = </ambientCG_ScrewSet001_4K_JPG/TextureCoordinateReader.outputs:result>
|
||||
token inputs:sourceColorSpace = "sRGB"
|
||||
token inputs:wrapS = "repeat"
|
||||
token inputs:wrapT = "repeat"
|
||||
float3 outputs:rgb
|
||||
}
|
||||
|
||||
def Shader "occlusion"
|
||||
{
|
||||
uniform token info:id = "UsdUVTexture"
|
||||
float4 inputs:fallback = (1, 1, 1, 1)
|
||||
asset inputs:file = @ScrewSet001_4K_AmbientOcclusion.jpg@
|
||||
float2 inputs:st.connect = </ambientCG_ScrewSet001_4K_JPG/TextureCoordinateReader.outputs:result>
|
||||
token inputs:sourceColorSpace = "raw"
|
||||
token inputs:wrapS = "repeat"
|
||||
token inputs:wrapT = "repeat"
|
||||
float outputs:r
|
||||
}
|
||||
|
||||
def Shader "displacement"
|
||||
{
|
||||
uniform token info:id = "UsdUVTexture"
|
||||
float4 inputs:fallback = (0.5, 0.5, 0.5, 1)
|
||||
asset inputs:file = @ScrewSet001_4K_Displacement.jpg@
|
||||
float2 inputs:st.connect = </ambientCG_ScrewSet001_4K_JPG/TextureCoordinateReader.outputs:result>
|
||||
token inputs:sourceColorSpace = "raw"
|
||||
token inputs:wrapS = "repeat"
|
||||
token inputs:wrapT = "repeat"
|
||||
float outputs:r
|
||||
}
|
||||
|
||||
def Shader "roughness"
|
||||
{
|
||||
uniform token info:id = "UsdUVTexture"
|
||||
float4 inputs:fallback = (1, 1, 1, 1)
|
||||
asset inputs:file = @ScrewSet001_4K_Roughness.jpg@
|
||||
float2 inputs:st.connect = </ambientCG_ScrewSet001_4K_JPG/TextureCoordinateReader.outputs:result>
|
||||
token inputs:sourceColorSpace = "raw"
|
||||
token inputs:wrapS = "repeat"
|
||||
token inputs:wrapT = "repeat"
|
||||
float outputs:r
|
||||
}
|
||||
|
||||
def Shader "metallic"
|
||||
{
|
||||
uniform token info:id = "UsdUVTexture"
|
||||
float4 inputs:fallback = (0, 0, 0, 1)
|
||||
asset inputs:file = @ScrewSet001_4K_Metalness.jpg@
|
||||
float2 inputs:st.connect = </ambientCG_ScrewSet001_4K_JPG/TextureCoordinateReader.outputs:result>
|
||||
token inputs:sourceColorSpace = "raw"
|
||||
token inputs:wrapS = "repeat"
|
||||
token inputs:wrapT = "repeat"
|
||||
float outputs:r
|
||||
}
|
||||
|
||||
def Shader "normal"
|
||||
{
|
||||
uniform token info:id = "UsdUVTexture"
|
||||
float4 inputs:fallback = (0, 0, 1, 1)
|
||||
asset inputs:file = @ScrewSet001_4K_NormalGL.jpg@
|
||||
float2 inputs:st.connect = </ambientCG_ScrewSet001_4K_JPG/TextureCoordinateReader.outputs:result>
|
||||
float4 inputs:bias = (-1, -1, -1, 0)
|
||||
float4 inputs:scale = (2, 2, 2, 1)
|
||||
token inputs:sourceColorSpace = "raw"
|
||||
token inputs:wrapS = "repeat"
|
||||
token inputs:wrapT = "repeat"
|
||||
float3 outputs:rgb
|
||||
}
|
||||
|
||||
def Shader "opacity"
|
||||
{
|
||||
uniform token info:id = "UsdUVTexture"
|
||||
float4 inputs:fallback = (1, 1, 1, 1)
|
||||
asset inputs:file = @ScrewSet001_4K_Opacity.jpg@
|
||||
float2 inputs:st.connect = </ambientCG_ScrewSet001_4K_JPG/TextureCoordinateReader.outputs:result>
|
||||
token inputs:sourceColorSpace = "raw"
|
||||
token inputs:wrapS = "repeat"
|
||||
token inputs:wrapT = "repeat"
|
||||
float outputs:r
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_AmbientOcclusion.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_AmbientOcclusion.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Color.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Color.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Displacement.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Displacement.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Metalness.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Metalness.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_NormalDX.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_NormalDX.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_NormalGL.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_NormalGL.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Opacity.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Opacity.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Roughness.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_4K_Roughness.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_PREVIEW.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/ScrewSet001_4K-JPG/ScrewSet001_PREVIEW.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/__MACOSX/._metal_0032_normal_directx_2k.png
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/__MACOSX/._metal_0032_normal_directx_2k.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/__MACOSX/._metal_0032_normal_opengl_2k.png
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/__MACOSX/._metal_0032_normal_opengl_2k.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_ao_2k.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_ao_2k.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_color_2k.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_color_2k.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_height_2k.png
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_height_2k.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_normal_directx_2k.png
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_normal_directx_2k.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_normal_opengl_2k.png
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_normal_opengl_2k.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_opacity_2k.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_opacity_2k.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_roughness_2k.jpg
(Stored with Git LFS)
Normal file
BIN
Graphics/Textures/Decals/metal_0032_2k_4AJ4z4/metal_0032_roughness_2k.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue