mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Format style
This commit is contained in:
@@ -19,7 +19,7 @@ TinyUSDZ is currently in alpha stage. Not usable.
|
||||
* [x] ARM AARCH64
|
||||
* [x] x86-64
|
||||
* [ ] RISC-V(Should work)
|
||||
* [ ] SPARC, POWER(Big endian machine). Would work
|
||||
* [ ] SPARC, POWER(Big endian machine). May work(theoretically)
|
||||
* [x] Android arm64v8a
|
||||
* [ ] iOS(Should work)
|
||||
* [x] macOS
|
||||
@@ -81,7 +81,10 @@ $ ninja
|
||||
|
||||
### Examples
|
||||
|
||||
See `examples` directory.
|
||||
[Simple dump](examples/simple_dump/)
|
||||
[Simple OpenGL viewer](examples/openglviewer/)
|
||||
|
||||
See `examples` directory for more examples.
|
||||
|
||||
### Data format
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
# Mesh prim
|
||||
|
||||
points : usually vec3f[]
|
||||
normals : usually vec3f[] varying
|
||||
primvars:st : usually vec2f[] varying
|
||||
primvars:st:indices : usually int[] varying
|
||||
velocities : usually vec3f[]
|
||||
* points : usually vec3f[]
|
||||
* normals : usually vec3f[] varying
|
||||
* primvars:st : usually vec2f[] varying
|
||||
* primvars:st:indices : usually int[] varying
|
||||
* velocities : usually vec3f[]
|
||||
|
||||
|
||||
### Mesh property
|
||||
|
||||
Reference in New Issue
Block a user