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