mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
12 lines
146 B
Plaintext
12 lines
146 B
Plaintext
#usda 1.0
|
|
|
|
def Shader "bora" (
|
|
sdrMetadata = {
|
|
string muda = "mymeta"
|
|
}
|
|
) {
|
|
uniform token info:id = "myShader"
|
|
|
|
float myval = 1.0
|
|
}
|