Format style

This commit is contained in:
Syoyo Fujita
2020-04-15 01:51:07 +09:00
committed by Syoyo
parent f22369370b
commit 98151a17e3
2 changed files with 10 additions and 7 deletions

View File

@@ -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

View File

@@ -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