mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
#usda 1.0
|
|
|
|
def Mesh "mymesh" {
|
|
point3f[] points = [(0.0, 0.1, 0.2), (0.3, 0.4, 0.5), (0.6, 0.7, 0.8)]
|
|
}
|