mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
#usda 1.0
|
|
|
|
def "bora"
|
|
{
|
|
# uint2 is represented as UnregisteredValue(string data) in Crate.
|
|
uint2[] v = [(0, 1), (2, 3)]
|
|
}
|